Class KeyDescriptor


  • public class KeyDescriptor
    extends Object
    • Field Detail

      • keystoreFilePath

        protected String keystoreFilePath
      • keystorePassword

        protected String keystorePassword
      • signingKey

        protected String signingKey
      • encryptionKey

        protected String encryptionKey
      • tlsKey

        protected String tlsKey
    • Constructor Detail

      • KeyDescriptor

        public KeyDescriptor()
    • Method Detail

      • getKeystoreFilePath

        public String getKeystoreFilePath()
      • getKeystorePassword

        public String getKeystorePassword()
      • getSigningKey

        public String getSigningKey()
      • getEncryptionKey

        public String getEncryptionKey()
      • getTlsKey

        public String getTlsKey()