Class KeyDescriptor

java.lang.Object
org.nuxeo.ecm.platform.auth.saml.key.KeyDescriptor

public class KeyDescriptor extends Object
  • Field Details

    • keystoreFilePath

      protected String keystoreFilePath
    • keystorePassword

      protected String keystorePassword
    • signingKey

      protected String signingKey
    • encryptionKey

      protected String encryptionKey
    • tlsKey

      protected String tlsKey
    • passwords

      protected Map<String,String> passwords
  • Constructor Details

    • KeyDescriptor

      public KeyDescriptor()
  • Method Details

    • getKeystoreFilePath

      public String getKeystoreFilePath()
    • getKeystorePassword

      public String getKeystorePassword()
    • getPasswords

      public Map<String,String> getPasswords()
    • getSigningKey

      public String getSigningKey()
    • getEncryptionKey

      public String getEncryptionKey()
    • getTlsKey

      public String getTlsKey()