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 TypeMethodDescriptionCreate an instance ofAgreementMethodType
JAXBElement<byte[]>
createAgreementMethodTypeKANonce
(byte[] value) createCipherData
(CipherDataType value) Create an instance ofCipherDataType
Create an instance ofCipherReferenceType
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
-
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
<
invalid @link
byte[]
>
-
createAgreementMethodTypeKANonce
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
invalid @link
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
>
-