public class ObjectFactory extends Object
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.
| Type | Property and Description |
|---|---|
EncryptionProperty |
createEncryption
Create an instance of
EncryptionProperty |
| Constructor and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.w3._2001._04.xmlenc
|
public EncryptionProperty createEncryptionProperty
EncryptionPropertypublic ObjectFactory()
public CipherData createCipherData()
CipherDatapublic CipherReference createCipherReference()
CipherReferencepublic TransformsType createTransformsType()
TransformsTypepublic EncryptedData createEncryptedData()
EncryptedDatapublic EncryptionMethodType createEncryptionMethodType()
EncryptionMethodTypepublic EncryptionProperties createEncryptionProperties()
EncryptionPropertiespublic EncryptionProperty createEncryptionProperty()
EncryptionPropertypublic EncryptedKey createEncryptedKey()
EncryptedKeypublic ReferenceList createReferenceList()
ReferenceListpublic ReferenceType createReferenceType()
ReferenceTypepublic AgreementMethod createAgreementMethod()
AgreementMethodpublic JAXBElement<ReferenceType> createReferenceListDataReference(ReferenceType value)
value - Java instance representing xml element's value.JAXBElement<ReferenceType>public JAXBElement<ReferenceType> createReferenceListKeyReference(ReferenceType value)
value - Java instance representing xml element's value.JAXBElement<ReferenceType>public JAXBElement<byte[]> createAgreementMethodKANonce(byte[] value)
value - Java instance representing xml element's value.JAXBElement<byte[]>public JAXBElement<KeyInfo> createAgreementMethodOriginatorKeyInfo(KeyInfo value)
value - Java instance representing xml element's value.JAXBElement<KeyInfo>public JAXBElement<KeyInfo> createAgreementMethodRecipientKeyInfo(KeyInfo value)
value - Java instance representing xml element's value.JAXBElement<KeyInfo>public JAXBElement<BigInteger> createEncryptionMethodTypeKeySize(BigInteger value)
value - Java instance representing xml element's value.JAXBElement<BigInteger>public JAXBElement<byte[]> createEncryptionMethodTypeOAEPparams(byte[] value)
value - Java instance representing xml element's value.JAXBElement<byte[]>
Connector Packaging generic 4.6.0 API
Copyright © {inceptionYear}-2024 eHealth. All Rights Reserved.