Package eu.europa.esig.xmlenc.jaxb
Class ObjectFactory
java.lang.Object
eu.europa.esig.xmlenc.jaxb.ObjectFactory
public class ObjectFactory extends Object
This object contains factory methods for each
Java content interface and Java element interface
generated in the eu.europa.esig.xmlenc.jaxb 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.
-
Constructor Summary
Constructors Constructor Description ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.europa.esig.xmlenc.jaxb -
Method Summary
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.europa.esig.xmlenc.jaxb
-
-
Method Details
-
createCipherDataType
Create an instance ofCipherDataType
-
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
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
CipherDataType
>
-
createCipherReference
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
CipherReferenceType
>
-
createEncryptedData
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
EncryptedDataType
>
-
createEncryptedKey
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
EncryptedKeyType
>
-
createAgreementMethod
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
AgreementMethodType
>
-
createEncryptionProperties
public JAXBElement<EncryptionPropertiesType> createEncryptionProperties(EncryptionPropertiesType value)- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
EncryptionPropertiesType
>
-
createEncryptionProperty
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
EncryptionPropertyType
>
-
createReferenceListDataReference
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ReferenceType
>
-
createReferenceListKeyReference
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ReferenceType
>
-
createEncryptionMethodTypeKeySize
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
BigInteger
>
-
createEncryptionMethodTypeOAEPparams
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
byte
>
-
createAgreementMethodTypeKANonce
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
byte
>
-
createAgreementMethodTypeOriginatorKeyInfo
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
KeyInfoType
>
-
createAgreementMethodTypeRecipientKeyInfo
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
KeyInfoType
>
-