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 Object

Hibernate data transfer object for cryptographic keys


Constructor Summary
HibernateKey()
           
 
Method Summary
 String getAlgorithm()
           
 String getAlias()
           
 String getEncodedKey()
           
 long getId()
           
 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 String getEncodedKey()

getAlgorithm

public String getAlgorithm()

getKeyType

public String getKeyType()

getAlias

public String getAlias()


Copyright © 2003-2013 Atlassian. All Rights Reserved.