Class ContentUrlKeyEntity
java.lang.Object
org.alfresco.repo.domain.contentdata.ContentUrlKeyEntity
- All Implemented Interfaces:
Serializable
- Author:
- sglover
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]getId()inthashCode()voidsetAlgorithm(String algorithm) voidsetContentUrlId(Long contentUrlId) static ContentUrlKeyEntitysetEncryptedKey(ContentUrlKeyEntity existing, EncryptedKey encryptedKey) voidsetEncryptedKey(EncryptedKey encryptedKey) voidsetEncryptedKeyAsBytes(byte[] encryptedKeyAsBytes) voidvoidsetKeySize(Integer keySize) voidsetMasterKeyAlias(String masterKeyAlias) voidsetMasterKeystoreId(String masterKeystoreId) voidsetUnencryptedFileSize(Long unencryptedFileSize) toString()
-
Constructor Details
-
ContentUrlKeyEntity
public ContentUrlKeyEntity()
-
-
Method Details
-
getContentUrlKey
- Throws:
org.apache.commons.codec.DecoderException
-
getContentUrlId
-
setContentUrlId
-
setEncryptedKeyAsBytes
public void setEncryptedKeyAsBytes(byte[] encryptedKeyAsBytes) -
getEncryptedKeyAsBytes
public byte[] getEncryptedKeyAsBytes() -
setEncryptedKey
-
setEncryptedKey
public static ContentUrlKeyEntity setEncryptedKey(ContentUrlKeyEntity existing, EncryptedKey encryptedKey) -
getId
-
setId
-
getEncryptedKey
- Throws:
org.apache.commons.codec.DecoderException
-
getUnencryptedFileSize
-
setUnencryptedFileSize
-
setKeySize
-
getKeySize
-
getAlgorithm
-
setAlgorithm
-
getMasterKeystoreId
-
setMasterKeystoreId
-
getMasterKeyAlias
-
setMasterKeyAlias
-
hashCode
public int hashCode() -
equals
-
toString
-