public class ContentUrlKeyEntity extends Object implements Serializable
Constructor and Description |
---|
ContentUrlKeyEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAlgorithm() |
Long |
getContentUrlId() |
org.alfresco.service.cmr.repository.ContentUrlKey |
getContentUrlKey() |
EncryptedKey |
getEncryptedKey() |
byte[] |
getEncryptedKeyAsBytes() |
Long |
getId() |
Integer |
getKeySize() |
String |
getMasterKeyAlias() |
String |
getMasterKeystoreId() |
Long |
getUnencryptedFileSize() |
int |
hashCode() |
void |
setAlgorithm(String algorithm) |
void |
setContentUrlId(Long contentUrlId) |
static ContentUrlKeyEntity |
setEncryptedKey(ContentUrlKeyEntity existing,
EncryptedKey encryptedKey) |
void |
setEncryptedKey(EncryptedKey encryptedKey) |
void |
setEncryptedKeyAsBytes(byte[] encryptedKeyAsBytes) |
void |
setId(Long id) |
void |
setKeySize(Integer keySize) |
void |
setMasterKeyAlias(String masterKeyAlias) |
void |
setMasterKeystoreId(String masterKeystoreId) |
void |
setUnencryptedFileSize(Long unencryptedFileSize) |
String |
toString() |
public org.alfresco.service.cmr.repository.ContentUrlKey getContentUrlKey() throws org.apache.commons.codec.DecoderException
org.apache.commons.codec.DecoderException
public Long getContentUrlId()
public void setContentUrlId(Long contentUrlId)
public void setEncryptedKeyAsBytes(byte[] encryptedKeyAsBytes)
public byte[] getEncryptedKeyAsBytes()
public void setEncryptedKey(EncryptedKey encryptedKey)
public static ContentUrlKeyEntity setEncryptedKey(ContentUrlKeyEntity existing, EncryptedKey encryptedKey)
public Long getId()
public void setId(Long id)
public EncryptedKey getEncryptedKey() throws org.apache.commons.codec.DecoderException
org.apache.commons.codec.DecoderException
public Long getUnencryptedFileSize()
public void setUnencryptedFileSize(Long unencryptedFileSize)
public void setKeySize(Integer keySize)
public Integer getKeySize()
public String getAlgorithm()
public void setAlgorithm(String algorithm)
public String getMasterKeystoreId()
public void setMasterKeystoreId(String masterKeystoreId)
public String getMasterKeyAlias()
public void setMasterKeyAlias(String masterKeyAlias)
Copyright © 2005–2017 Alfresco Software. All rights reserved.