public class KeyDescriptor extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected String | 
encryptionKey  | 
protected String | 
keystoreFilePath  | 
protected String | 
keystorePassword  | 
protected Map<String,String> | 
passwords  | 
protected String | 
signingKey  | 
protected String | 
tlsKey  | 
| Constructor and Description | 
|---|
KeyDescriptor()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getEncryptionKey()  | 
String | 
getKeystoreFilePath()  | 
String | 
getKeystorePassword()  | 
Map<String,String> | 
getPasswords()  | 
String | 
getSigningKey()  | 
String | 
getTlsKey()  | 
protected String keystoreFilePath
protected String keystorePassword
protected String signingKey
protected String encryptionKey
public KeyDescriptor()
public String getKeystoreFilePath()
public String getKeystorePassword()
public Map<String,String> getPasswords()
public String getSigningKey()
public String getEncryptionKey()
Copyright © 2019 Nuxeo. All rights reserved.