Class EncryptedKey
- java.lang.Object
-
- org.alfresco.repo.domain.contentdata.EncryptedKey
-
- All Implemented Interfaces:
Serializable
public class EncryptedKey extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EncryptedKey(String masterKeystoreId, String masterKeyAlias, String algorithm, ByteBuffer encryptedKeyBytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlgorithm()ByteBuffergetByteBuffer()ByteBuffergetEncryptedKeyBytes()StringgetMasterKeyAlias()StringgetMasterKeystoreId()intkeySize()
-
-
-
Constructor Detail
-
EncryptedKey
public EncryptedKey(String masterKeystoreId, String masterKeyAlias, String algorithm, ByteBuffer encryptedKeyBytes)
-
-
Method Detail
-
getMasterKeystoreId
public String getMasterKeystoreId()
-
getMasterKeyAlias
public String getMasterKeyAlias()
-
getEncryptedKeyBytes
public ByteBuffer getEncryptedKeyBytes()
-
getAlgorithm
public String getAlgorithm()
-
getByteBuffer
public ByteBuffer getByteBuffer()
-
keySize
public int keySize()
-
-