Class EncryptedKey
java.lang.Object
org.alfresco.repo.domain.contentdata.EncryptedKey
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEncryptedKey(String masterKeystoreId, String masterKeyAlias, String algorithm, ByteBuffer encryptedKeyBytes) -
Method Summary
-
Constructor Details
-
EncryptedKey
public EncryptedKey(String masterKeystoreId, String masterKeyAlias, String algorithm, ByteBuffer encryptedKeyBytes)
-
-
Method Details
-
getMasterKeystoreId
-
getMasterKeyAlias
-
getEncryptedKeyBytes
-
getAlgorithm
-
getByteBuffer
-
keySize
public int keySize()
-