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.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 JAXBElement<ReferenceType> createReferenceListDataReference(ReferenceType value)
public JAXBElement<ReferenceType> createReferenceListKeyReference(ReferenceType value)
public JAXBElement<BigInteger> createEncryptionMethodTypeKeySize(BigInteger value)
public JAXBElement<byte[]> createEncryptionMethodTypeOAEPparams(byte[] value)
public JAXBElement<KeyInfo> createAgreementMethodOriginatorKeyInfo(KeyInfo value)
public JAXBElement<KeyInfo> createAgreementMethodRecipientKeyInfo(KeyInfo value)
public JAXBElement<byte[]> createAgreementMethodKANonce(byte[] value)
Copyright © 2014 Digipost Open Source. All Rights Reserved.