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