Class ContentUrlKeyEntity

    • Constructor Detail

      • ContentUrlKeyEntity

        public ContentUrlKeyEntity()
    • 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)
      • 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)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object