public class ObjectFactory
extends java.lang.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.xenc
|
EncryptionPropertypublic ObjectFactory()
public ReferenceList createReferenceList()
ReferenceListpublic ReferenceType createReferenceType()
ReferenceTypepublic AgreementMethod createAgreementMethod()
AgreementMethodpublic CipherReference createCipherReference()
CipherReferencepublic TransformsType createTransformsType()
TransformsTypepublic EncryptedKey createEncryptedKey()
EncryptedKeypublic EncryptionMethodType createEncryptionMethodType()
EncryptionMethodTypepublic CipherData createCipherData()
CipherDatapublic EncryptionProperties createEncryptionProperties()
EncryptionPropertiespublic EncryptionProperty createEncryptionProperty()
EncryptionPropertypublic EncryptedData createEncryptedData()
EncryptedDatapublic javax.xml.bind.JAXBElement<KeyInfo> createAgreementMethodOriginatorKeyInfo(KeyInfo value)
public javax.xml.bind.JAXBElement<KeyInfo> createAgreementMethodRecipientKeyInfo(KeyInfo value)
public javax.xml.bind.JAXBElement<byte[]> createAgreementMethodKANonce(byte[] value)
JAXBElement<byte[]>}public javax.xml.bind.JAXBElement<ReferenceType> createReferenceListDataReference(ReferenceType value)
public javax.xml.bind.JAXBElement<ReferenceType> createReferenceListKeyReference(ReferenceType value)
public javax.xml.bind.JAXBElement<java.math.BigInteger> createEncryptionMethodTypeKeySize(java.math.BigInteger value)
JAXBElement<BigInteger>}public javax.xml.bind.JAXBElement<byte[]> createEncryptionMethodTypeOAEPparams(byte[] value)
JAXBElement<byte[]>}Copyright © 2014 Digipost Open Source. All Rights Reserved.