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 EncryptionPropertyType createEncryptionPropertyType()
EncryptionPropertyType
public CipherDataType createCipherDataType()
CipherDataType
public AgreementMethodType createAgreementMethodType()
AgreementMethodType
public EncryptedKeyType createEncryptedKeyType()
EncryptedKeyType
public EncryptionPropertiesType createEncryptionPropertiesType()
EncryptionPropertiesType
public EncryptedDataType createEncryptedDataType()
EncryptedDataType
public CipherReferenceType createCipherReferenceType()
CipherReferenceType
public ReferenceList createReferenceList()
ReferenceList
public ReferenceType createReferenceType()
ReferenceType
public EncryptionMethodType createEncryptionMethodType()
EncryptionMethodType
public TransformsType createTransformsType()
TransformsType
public JAXBElement<EncryptedKeyType> createEncryptedKey(EncryptedKeyType value)
public JAXBElement<EncryptionPropertyType> createEncryptionProperty(EncryptionPropertyType value)
public JAXBElement<CipherDataType> createCipherData(CipherDataType value)
public JAXBElement<CipherReferenceType> createCipherReference(CipherReferenceType value)
public JAXBElement<AgreementMethodType> createAgreementMethod(AgreementMethodType value)
public JAXBElement<EncryptedDataType> createEncryptedData(EncryptedDataType value)
public JAXBElement<EncryptionPropertiesType> createEncryptionProperties(EncryptionPropertiesType value)
public 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<byte[]> createAgreementMethodTypeKANonce(byte[] value)
public JAXBElement<KeyInfoType> createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)
public JAXBElement<KeyInfoType> createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)
Copyright © 2016 Evolveum. All rights reserved.