com.atlassian.confluence.security.persistence.dao.hibernate.legacy
Class HibernateKey

java.lang.Object
  extended by com.atlassian.confluence.security.persistence.dao.hibernate.legacy.HibernateKey

public class HibernateKey
extends java.lang.Object

Hibernate data transfer object for cryptographic keys


Constructor Summary
HibernateKey()
           
 
Method Summary
 java.lang.String getAlgorithm()
           
 java.lang.String getAlias()
           
 java.lang.String getEncodedKey()
           
 long getId()
           
 java.lang.String getKeyType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateKey

public HibernateKey()
Method Detail

getId

public long getId()

getEncodedKey

public java.lang.String getEncodedKey()

getAlgorithm

public java.lang.String getAlgorithm()

getKeyType

public java.lang.String getKeyType()

getAlias

public java.lang.String getAlias()


Copyright © 2003-2014 Atlassian. All Rights Reserved.