Class EncryptedDataImpl

    • Constructor Detail

      • EncryptedDataImpl

        public EncryptedDataImpl()
    • Method Detail

      • getIv

        public byte[] getIv()
      • setIv

        public void setIv​(byte[] iv)
      • getEncryptedData

        public byte[] getEncryptedData()
      • setEncryptedData

        public void setEncryptedData​(byte[] encryptedData)
      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getMimeType

        public String getMimeType()
      • setMimeType

        public void setMimeType​(String mimeType)
      • getEncoding

        public String getEncoding()
      • setEncoding

        public void setEncoding​(String encoding)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getEncAlgo

        public String getEncAlgo()
      • setEncAlgo

        public void setEncAlgo​(String encAlgo)