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:
  • Constructor Details

    • ContentUrlKey

      public ContentUrlKey()
  • Method Details

    • 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)