com.atlassian.confluence.security.persistence.dao.hibernate
Class AliasedKey
java.lang.Object
com.atlassian.confluence.security.persistence.dao.hibernate.AliasedKey
- All Implemented Interfaces:
- java.io.Serializable
public class AliasedKey
- extends java.lang.Object
- implements java.io.Serializable
Hibernate data transfer object for cryptographic keys
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
AliasedKey
public AliasedKey()
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-2014 Atlassian. All Rights Reserved.