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
EncryptionProperty
public ObjectFactory()
public CipherData createCipherData()
CipherData
public CipherReference createCipherReference()
CipherReference
public TransformsType createTransformsType()
TransformsType
public EncryptedData createEncryptedData()
EncryptedData
public EncryptionMethodType createEncryptionMethodType()
EncryptionMethodType
public EncryptionProperties createEncryptionProperties()
EncryptionProperties
public EncryptionProperty createEncryptionProperty()
EncryptionProperty
public EncryptedKey createEncryptedKey()
EncryptedKey
public ReferenceList createReferenceList()
ReferenceList
public ReferenceType createReferenceType()
ReferenceType
public AgreementMethod createAgreementMethod()
AgreementMethod
public JAXBElement<ReferenceType> createReferenceListDataReference(ReferenceType value)
public JAXBElement<ReferenceType> createReferenceListKeyReference(ReferenceType value)
public JAXBElement<byte[]> createAgreementMethodKANonce(byte[] value)
public JAXBElement<KeyInfo> createAgreementMethodOriginatorKeyInfo(KeyInfo value)
public JAXBElement<KeyInfo> createAgreementMethodRecipientKeyInfo(KeyInfo value)
public JAXBElement<BigInteger> createEncryptionMethodTypeKeySize(BigInteger value)
public JAXBElement<byte[]> createEncryptionMethodTypeOAEPparams(byte[] value)
Connector Packaging TRUSSMAKER 4.1.2 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.