Class EncryptedDataImpl

All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class EncryptedDataImpl extends ByteArrayOutputStream
Simple EncryptedData for Sign and Encrypt Usecase.
Author:
[email protected]
  • Constructor Details

    • EncryptedDataImpl

      public EncryptedDataImpl()
  • Method Details

    • getIv

      public byte[] getIv()
    • setIv

      public void setIv(byte[] iv)
    • getEncryptedData

      public byte[] getEncryptedData()
    • setEncryptedData

      public void setEncryptedData(byte[] encryptedData)
    • getKeyInfo

      public KeyInfoHeaderBlock getKeyInfo()
    • setKeyInfo

      public void setKeyInfo(KeyInfoHeaderBlock keyInfo)
    • 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)