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.apache.cxf.xkms.model.xmlenc
|
public ObjectFactory()
public CipherDataType createCipherDataType()
CipherDataType
public CipherReferenceType createCipherReferenceType()
CipherReferenceType
public EncryptedDataType createEncryptedDataType()
EncryptedDataType
public EncryptedKeyType createEncryptedKeyType()
EncryptedKeyType
public AgreementMethodType createAgreementMethodType()
AgreementMethodType
public ReferenceList createReferenceList()
ReferenceList
public ReferenceType createReferenceType()
ReferenceType
public EncryptionPropertiesType createEncryptionPropertiesType()
EncryptionPropertiesType
public EncryptionPropertyType createEncryptionPropertyType()
EncryptionPropertyType
public DHKeyValueType createDHKeyValueType()
DHKeyValueType
public EncryptionMethodType createEncryptionMethodType()
EncryptionMethodType
public TransformsType createTransformsType()
TransformsType
public JAXBElement<CipherDataType> createCipherData(CipherDataType value)
public JAXBElement<CipherReferenceType> createCipherReference(CipherReferenceType value)
public JAXBElement<EncryptedDataType> createEncryptedData(EncryptedDataType value)
public JAXBElement<EncryptedKeyType> createEncryptedKey(EncryptedKeyType value)
public JAXBElement<AgreementMethodType> createAgreementMethod(AgreementMethodType value)
public JAXBElement<EncryptionPropertiesType> createEncryptionProperties(EncryptionPropertiesType value)
public JAXBElement<EncryptionPropertyType> createEncryptionProperty(EncryptionPropertyType value)
public JAXBElement<DHKeyValueType> createDHKeyValue(DHKeyValueType 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)
Apache CXF