Class ContentUrlKey
java.lang.Object
org.alfresco.service.cmr.repository.ContentUrlKey
- All Implemented Interfaces:
Serializable
- Author:
- sglover
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAlgorithm
(String algorithm) void
setEncryptedKeyBytes
(ByteBuffer encryptedKeyBytes) void
setKeySize
(Integer keySize) void
setMasterKeyAlias
(String masterKeyAlias) void
setMasterKeystoreId
(String masterKeystoreId) void
setUnencryptedFileSize
(Long unencryptedFileSize)
-
Constructor Details
-
ContentUrlKey
public ContentUrlKey()
-
-
Method Details
-
getEncryptedKeyBytes
-
setEncryptedKeyBytes
-
getUnencryptedFileSize
-
setUnencryptedFileSize
-
setKeySize
-
getKeySize
-
getAlgorithm
-
setAlgorithm
-
getMasterKeystoreId
-
setMasterKeystoreId
-
getMasterKeyAlias
-
setMasterKeyAlias
-