Class ContentMetadata


  • public class ContentMetadata
    extends Object
    • Method Detail

      • encryptedDataKeyAlgorithm

        public String encryptedDataKeyAlgorithm()
      • encryptedDataKeyContext

        public Map<String,​String> encryptedDataKeyContext()
        Note that the underlying implementation uses a Collections.unmodifiableMap which is immutable.
      • contentIv

        public byte[] contentIv()
      • contentCipher

        public String contentCipher()
      • contentCipherTagLength

        public String contentCipherTagLength()
      • contentRange

        public String contentRange()