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

public class HibernateKey extends Object
Hibernate data transfer object for cryptographic keys
  • Constructor Details

    • HibernateKey

      public HibernateKey()
  • Method Details

    • getId

      public long getId()
    • getEncodedKey

      public String getEncodedKey()
    • getAlgorithm

      public String getAlgorithm()
    • getKeyType

      public String getKeyType()
    • getAlias

      public String getAlias()