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.
| 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 ObjectFactory()
public CipherReferenceType createCipherReferenceType()
CipherReferenceTypepublic EncryptedDataType createEncryptedDataType()
EncryptedDataTypepublic EncryptionMethodType createEncryptionMethodType()
EncryptionMethodTypepublic CipherDataType createCipherDataType()
CipherDataTypepublic ReferenceType createReferenceType()
ReferenceTypepublic EncryptedKeyType createEncryptedKeyType()
EncryptedKeyTypepublic AgreementMethodType createAgreementMethodType()
AgreementMethodTypepublic ReferenceList createReferenceList()
ReferenceListpublic EncryptionPropertyType createEncryptionPropertyType()
EncryptionPropertyTypepublic TransformsType createTransformsType()
TransformsTypepublic EncryptionPropertiesType createEncryptionPropertiesType()
EncryptionPropertiesTypepublic javax.xml.bind.JAXBElement<KeyInfoType> createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)
public javax.xml.bind.JAXBElement<KeyInfoType> createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)
public javax.xml.bind.JAXBElement<byte[]> createAgreementMethodTypeKANonce(byte[] value)
JAXBElement<byte[]>}public javax.xml.bind.JAXBElement<EncryptionPropertyType> createEncryptionProperty(EncryptionPropertyType value)
public javax.xml.bind.JAXBElement<EncryptedKeyType> createEncryptedKey(EncryptedKeyType value)
public javax.xml.bind.JAXBElement<CipherReferenceType> createCipherReference(CipherReferenceType value)
public javax.xml.bind.JAXBElement<EncryptedDataType> createEncryptedData(EncryptedDataType value)
public javax.xml.bind.JAXBElement<CipherDataType> createCipherData(CipherDataType value)
public javax.xml.bind.JAXBElement<EncryptionPropertiesType> createEncryptionProperties(EncryptionPropertiesType value)
public javax.xml.bind.JAXBElement<AgreementMethodType> createAgreementMethod(AgreementMethodType value)
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 © 2025. All rights reserved.