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 String
encryptionKey
protected String
keystoreFilePath
protected String
keystorePassword
protected Map<String,String>
passwords
protected String
signingKey
protected String
tlsKey
-
Constructor Summary
Constructors Constructor Description KeyDescriptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEncryptionKey()
String
getKeystoreFilePath()
String
getKeystorePassword()
Map<String,String>
getPasswords()
String
getSigningKey()
String
getTlsKey()
-