Class HibernateKey


  • public class HibernateKey
    extends Object
    Hibernate data transfer object for cryptographic keys
    • 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()