Package org.alfresco.encryption
Class AlfrescoKeyStoreImpl.KeyInformation
- java.lang.Object
-
- org.alfresco.encryption.AlfrescoKeyStoreImpl.KeyInformation
-
- Enclosing class:
- AlfrescoKeyStoreImpl
public static class AlfrescoKeyStoreImpl.KeyInformation extends Object
-
-
Constructor Summary
Constructors Constructor Description KeyInformation(String alias, byte[] keyData, String password, String keyAlgorithm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAlias()
String
getKeyAlgorithm()
byte[]
getKeyData()
String
getPassword()
-