Package eu.europa.esig.xmlenc.jaxb
Class ObjectFactory
java.lang.Object
eu.europa.esig.xmlenc.jaxb.ObjectFactory
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
ConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.europa.esig.xmlenc.jaxb -
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement
<AgreementMethodType> Create an instance ofAgreementMethodType
jakarta.xml.bind.JAXBElement
<byte[]> createAgreementMethodTypeKANonce
(byte[] value) Create an instance ofJAXBElement
<
invalid reference
byte[]
>
jakarta.xml.bind.JAXBElement
<KeyInfoType> jakarta.xml.bind.JAXBElement
<KeyInfoType> jakarta.xml.bind.JAXBElement
<CipherDataType> createCipherData
(CipherDataType value) Create an instance ofCipherDataType
jakarta.xml.bind.JAXBElement
<CipherReferenceType> Create an instance ofCipherReferenceType
jakarta.xml.bind.JAXBElement
<EncryptedDataType> Create an instance ofEncryptedDataType
jakarta.xml.bind.JAXBElement
<EncryptedKeyType> Create an instance ofEncryptedKeyType
Create an instance ofEncryptionMethodType
jakarta.xml.bind.JAXBElement
<BigInteger> jakarta.xml.bind.JAXBElement
<byte[]> createEncryptionMethodTypeOAEPparams
(byte[] value) Create an instance ofJAXBElement
<
invalid reference
byte[]
>
jakarta.xml.bind.JAXBElement
<EncryptionPropertiesType> Create an instance ofEncryptionPropertiesType
jakarta.xml.bind.JAXBElement
<EncryptionPropertyType> Create an instance ofEncryptionPropertyType
Create an instance ofReferenceList
jakarta.xml.bind.JAXBElement
<ReferenceType> jakarta.xml.bind.JAXBElement
<ReferenceType> Create an instance ofReferenceType
Create an instance ofTransformsType
-
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
-
createEncryptionMethodType
Create an instance ofEncryptionMethodType
-
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
-
createTransformsType
Create an instance ofTransformsType
-
createCipherData
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
CipherDataType
>
-
createCipherReference
public jakarta.xml.bind.JAXBElement<CipherReferenceType> createCipherReference(CipherReferenceType value) - 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
public jakarta.xml.bind.JAXBElement<AgreementMethodType> createAgreementMethod(AgreementMethodType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
AgreementMethodType
>
-
createEncryptionProperties
public jakarta.xml.bind.JAXBElement<EncryptionPropertiesType> createEncryptionProperties(EncryptionPropertiesType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
EncryptionPropertiesType
>
-
createEncryptionProperty
public jakarta.xml.bind.JAXBElement<EncryptionPropertyType> createEncryptionProperty(EncryptionPropertyType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
EncryptionPropertyType
>
-
createReferenceListDataReference
public jakarta.xml.bind.JAXBElement<ReferenceType> createReferenceListDataReference(ReferenceType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ReferenceType
>
-
createReferenceListKeyReference
public jakarta.xml.bind.JAXBElement<ReferenceType> createReferenceListKeyReference(ReferenceType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ReferenceType
>
-
createAgreementMethodTypeKANonce
public jakarta.xml.bind.JAXBElement<byte[]> createAgreementMethodTypeKANonce(byte[] value) Create an instance ofJAXBElement
<
invalid reference
byte[]
>
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
invalid reference
byte[]
>
-
createAgreementMethodTypeOriginatorKeyInfo
public jakarta.xml.bind.JAXBElement<KeyInfoType> createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
KeyInfoType
>
-
createAgreementMethodTypeRecipientKeyInfo
public jakarta.xml.bind.JAXBElement<KeyInfoType> createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value) - Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
KeyInfoType
>
-
createEncryptionMethodTypeKeySize
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
BigInteger
>
-
createEncryptionMethodTypeOAEPparams
public jakarta.xml.bind.JAXBElement<byte[]> createEncryptionMethodTypeOAEPparams(byte[] value) Create an instance ofJAXBElement
<
invalid reference
byte[]
>
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
invalid reference
byte[]
>
-