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