Class ContentUrlKey
- java.lang.Object
-
- org.alfresco.service.cmr.repository.ContentUrlKey
-
- All Implemented Interfaces:
Serializable
public class ContentUrlKey extends Object implements Serializable
- Author:
- sglover
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentUrlKey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAlgorithm()ByteBuffergetEncryptedKeyBytes()IntegergetKeySize()StringgetMasterKeyAlias()StringgetMasterKeystoreId()LonggetUnencryptedFileSize()voidsetAlgorithm(String algorithm)voidsetEncryptedKeyBytes(ByteBuffer encryptedKeyBytes)voidsetKeySize(Integer keySize)voidsetMasterKeyAlias(String masterKeyAlias)voidsetMasterKeystoreId(String masterKeystoreId)voidsetUnencryptedFileSize(Long unencryptedFileSize)
-
-
-
Method Detail
-
getEncryptedKeyBytes
public ByteBuffer getEncryptedKeyBytes()
-
setEncryptedKeyBytes
public void setEncryptedKeyBytes(ByteBuffer encryptedKeyBytes)
-
getUnencryptedFileSize
public Long getUnencryptedFileSize()
-
setUnencryptedFileSize
public void setUnencryptedFileSize(Long unencryptedFileSize)
-
setKeySize
public void setKeySize(Integer keySize)
-
getKeySize
public Integer getKeySize()
-
getAlgorithm
public String getAlgorithm()
-
setAlgorithm
public void setAlgorithm(String algorithm)
-
getMasterKeystoreId
public String getMasterKeystoreId()
-
setMasterKeystoreId
public void setMasterKeystoreId(String masterKeystoreId)
-
getMasterKeyAlias
public String getMasterKeyAlias()
-
setMasterKeyAlias
public void setMasterKeyAlias(String masterKeyAlias)
-
-