public static class AlfrescoKeyStoreImpl.KeyInformation extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
alias |
protected String |
keyAlgorithm |
protected byte[] |
keyData |
protected String |
password |
Constructor and Description |
---|
KeyInformation(String alias,
byte[] keyData,
String password,
String keyAlgorithm) |
Modifier and Type | Method and Description |
---|---|
String |
getAlias() |
String |
getKeyAlgorithm() |
byte[] |
getKeyData() |
String |
getPassword() |
Copyright © 2005–2019 Alfresco Software. All rights reserved.