Class ObjectFactory
java.lang.Object
org.apache.xml.security.binding.xmlenc.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.xml.security.binding.xmlenc package.
An ObjectFactory allows you to programatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final QName
private static final QName
private static final QName
private static final QName
private static final QName
private static final QName
private static final QName
private static final QName
private static final QName
private static final QName
private static final QName
private static final QName
private static final QName
private static final QName
private static final QName
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.xml.security.binding.xmlenc -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofAgreementMethodType
JAXBElement
<byte[]> createAgreementMethodTypeKANonce
(byte[] value) createCipherData
(CipherDataType value) Create an instance ofCipherDataType
Create an instance ofCipherReferenceType
createCipherValue
(CipherValueType value) Create an instance ofCipherValueType
Create an instance ofEncryptedDataType
Create an instance ofEncryptedKeyType
Create an instance ofEncryptionMethodType
JAXBElement
<byte[]> createEncryptionMethodTypeOAEPparams
(byte[] value) Create an instance ofEncryptionPropertiesType
Create an instance ofEncryptionPropertyType
Create an instance ofReferenceList
Create an instance ofReferenceType
Create an instance ofTransformsType
-
Field Details
-
_CipherData_QNAME
-
_CipherValue_QNAME
-
_CipherReference_QNAME
-
_EncryptedData_QNAME
-
_EncryptedKey_QNAME
-
_AgreementMethod_QNAME
-
_EncryptionProperties_QNAME
-
_EncryptionProperty_QNAME
-
_ReferenceListDataReference_QNAME
-
_ReferenceListKeyReference_QNAME
-
_EncryptionMethodTypeKeySize_QNAME
-
_EncryptionMethodTypeOAEPparams_QNAME
-
_AgreementMethodTypeKANonce_QNAME
-
_AgreementMethodTypeOriginatorKeyInfo_QNAME
-
_AgreementMethodTypeRecipientKeyInfo_QNAME
-
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.xml.security.binding.xmlenc
-
-
Method Details
-
createCipherDataType
Create an instance ofCipherDataType
-
createCipherValueType
Create an instance ofCipherValueType
-
createCipherReferenceType
Create an instance ofCipherReferenceType
-
createEncryptedDataType
Create an instance ofEncryptedDataType
-
createEncryptedKeyType
Create an instance ofEncryptedKeyType
-
createAgreementMethodType
Create an instance ofAgreementMethodType
-
createReferenceList
Create an instance ofReferenceList
-
createReferenceType
Create an instance ofReferenceType
-
createEncryptionPropertiesType
Create an instance ofEncryptionPropertiesType
-
createEncryptionPropertyType
Create an instance ofEncryptionPropertyType
-
createEncryptionMethodType
Create an instance ofEncryptionMethodType
-
createTransformsType
Create an instance ofTransformsType
-
createCipherData
-
createCipherValue
-
createCipherReference
-
createEncryptedData
-
createEncryptedKey
-
createAgreementMethod
-
createEncryptionProperties
public JAXBElement<EncryptionPropertiesType> createEncryptionProperties(EncryptionPropertiesType value) -
createEncryptionProperty
-
createReferenceListDataReference
-
createReferenceListKeyReference
-
createEncryptionMethodTypeKeySize
-
createEncryptionMethodTypeOAEPparams
-
createAgreementMethodTypeKANonce
-
createAgreementMethodTypeOriginatorKeyInfo
-
createAgreementMethodTypeRecipientKeyInfo
-