com.atlassian.confluence.security.persistence.dao.hibernate
Class AliasedKey

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

public class AliasedKey
extends java.lang.Object

Hibernate data transfer object for cryptographic keys


Constructor Summary
AliasedKey()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getAlias()
           
 long getId()
           
 java.security.Key getKey()
           
 int hashCode()
           
 void setAlias(java.lang.String alias)
           
 void setKey(java.security.Key key)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AliasedKey

public AliasedKey()
Method Detail

getId

public long getId()

getAlias

public java.lang.String getAlias()

setAlias

public void setAlias(java.lang.String alias)

getKey

public java.security.Key getKey()

setKey

public void setKey(java.security.Key key)

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2003-2011 Atlassian. All Rights Reserved.