Class ContentUrlKeyEntity
- java.lang.Object
-
- org.alfresco.repo.domain.contentdata.ContentUrlKeyEntity
-
- All Implemented Interfaces:
Serializable
public class ContentUrlKeyEntity extends Object implements Serializable
- Author:
- sglover
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentUrlKeyEntity()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetAlgorithm()LonggetContentUrlId()ContentUrlKeygetContentUrlKey()EncryptedKeygetEncryptedKey()byte[]getEncryptedKeyAsBytes()LonggetId()IntegergetKeySize()StringgetMasterKeyAlias()StringgetMasterKeystoreId()LonggetUnencryptedFileSize()inthashCode()voidsetAlgorithm(String algorithm)voidsetContentUrlId(Long contentUrlId)static ContentUrlKeyEntitysetEncryptedKey(ContentUrlKeyEntity existing, EncryptedKey encryptedKey)voidsetEncryptedKey(EncryptedKey encryptedKey)voidsetEncryptedKeyAsBytes(byte[] encryptedKeyAsBytes)voidsetId(Long id)voidsetKeySize(Integer keySize)voidsetMasterKeyAlias(String masterKeyAlias)voidsetMasterKeystoreId(String masterKeystoreId)voidsetUnencryptedFileSize(Long unencryptedFileSize)StringtoString()
-
-
-
Method Detail
-
getContentUrlKey
public ContentUrlKey getContentUrlKey() throws org.apache.commons.codec.DecoderException
- Throws:
org.apache.commons.codec.DecoderException
-
getContentUrlId
public Long getContentUrlId()
-
setContentUrlId
public void setContentUrlId(Long contentUrlId)
-
setEncryptedKeyAsBytes
public void setEncryptedKeyAsBytes(byte[] encryptedKeyAsBytes)
-
getEncryptedKeyAsBytes
public byte[] getEncryptedKeyAsBytes()
-
setEncryptedKey
public void setEncryptedKey(EncryptedKey encryptedKey)
-
setEncryptedKey
public static ContentUrlKeyEntity setEncryptedKey(ContentUrlKeyEntity existing, EncryptedKey encryptedKey)
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getEncryptedKey
public EncryptedKey getEncryptedKey() throws org.apache.commons.codec.DecoderException
- Throws:
org.apache.commons.codec.DecoderException
-
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)
-
-