Class XMLCipher.Factory.EncryptedTypeImpl

    • Field Detail

      • id

        private java.lang.String id
      • type

        private java.lang.String type
      • mimeType

        private java.lang.String mimeType
      • encoding

        private java.lang.String encoding
    • Constructor Detail

      • EncryptedTypeImpl

        protected EncryptedTypeImpl​(CipherData data)
        Constructor.
        Parameters:
        data -
    • Method Detail

      • getId

        public java.lang.String getId()
        Returns:
        the Id
      • setId

        public void setId​(java.lang.String id)
        Parameters:
        id -
      • getType

        public java.lang.String getType()
        Returns:
        the type
      • setType

        public void setType​(java.lang.String type)
        Parameters:
        type -
      • getMimeType

        public java.lang.String getMimeType()
        Returns:
        the MimeType
      • setMimeType

        public void setMimeType​(java.lang.String type)
        Parameters:
        type -
      • getEncoding

        public java.lang.String getEncoding()
        Returns:
        the encoding
      • setEncoding

        public void setEncoding​(java.lang.String encoding)
        Parameters:
        encoding -
      • getEncryptionMethod

        public EncryptionMethod getEncryptionMethod()
        Returns:
        the EncryptionMethod
      • setEncryptionMethod

        public void setEncryptionMethod​(EncryptionMethod method)
        Parameters:
        method -
      • getKeyInfo

        public KeyInfo getKeyInfo()
        Returns:
        the KeyInfo
      • setKeyInfo

        public void setKeyInfo​(KeyInfo info)
        Parameters:
        info -
      • getCipherData

        public CipherData getCipherData()
        Returns:
        the CipherData
      • getEncryptionProperties

        public EncryptionProperties getEncryptionProperties()
        Returns:
        the EncryptionProperties
      • setEncryptionProperties

        public void setEncryptionProperties​(EncryptionProperties properties)
        Parameters:
        properties -