Class XMLCipher.Factory.EncryptedTypeImpl

java.lang.Object
org.apache.xml.security.encryption.XMLCipher.Factory.EncryptedTypeImpl
Direct Known Subclasses:
XMLCipher.Factory.EncryptedDataImpl, XMLCipher.Factory.EncryptedKeyImpl
Enclosing class:
XMLCipher.Factory

private abstract class XMLCipher.Factory.EncryptedTypeImpl extends Object
  • Field Details

  • Constructor Details

    • EncryptedTypeImpl

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

    • getId

      public String getId()
      Returns:
      the Id
    • setId

      public void setId(String id)
      Parameters:
      id -
    • getType

      public String getType()
      Returns:
      the type
    • setType

      public void setType(String type)
      Parameters:
      type -
    • getMimeType

      public String getMimeType()
      Returns:
      the MimeType
    • setMimeType

      public void setMimeType(String type)
      Parameters:
      type -
    • getEncoding

      public String getEncoding()
      Returns:
      the encoding
    • setEncoding

      public void setEncoding(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 -