public class ContentUrlKey extends Object implements Serializable
Constructor and Description |
---|
ContentUrlKey() |
Modifier and Type | Method and Description |
---|---|
String |
getAlgorithm() |
ByteBuffer |
getEncryptedKeyBytes() |
Integer |
getKeySize() |
String |
getMasterKeyAlias() |
String |
getMasterKeystoreId() |
Long |
getUnencryptedFileSize() |
void |
setAlgorithm(String algorithm) |
void |
setEncryptedKeyBytes(ByteBuffer encryptedKeyBytes) |
void |
setKeySize(Integer keySize) |
void |
setMasterKeyAlias(String masterKeyAlias) |
void |
setMasterKeystoreId(String masterKeystoreId) |
void |
setUnencryptedFileSize(Long unencryptedFileSize) |
public ByteBuffer getEncryptedKeyBytes()
public void setEncryptedKeyBytes(ByteBuffer encryptedKeyBytes)
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–2019 Alfresco Software. All rights reserved.