Class KeyDescriptor
- java.lang.Object
-
- org.nuxeo.ecm.platform.auth.saml.key.KeyDescriptor
-
public class KeyDescriptor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringencryptionKeyprotected StringkeystoreFilePathprotected StringkeystorePasswordprotected Map<String,String>passwordsprotected StringsigningKeyprotected StringtlsKey
-
Constructor Summary
Constructors Constructor Description KeyDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEncryptionKey()StringgetKeystoreFilePath()StringgetKeystorePassword()Map<String,String>getPasswords()StringgetSigningKey()StringgetTlsKey()
-