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()
CipherDataTypepublic CipherReferenceType createCipherReferenceType()
CipherReferenceTypepublic EncryptedDataType createEncryptedDataType()
EncryptedDataTypepublic EncryptedKeyType createEncryptedKeyType()
EncryptedKeyTypepublic AgreementMethodType createAgreementMethodType()
AgreementMethodTypepublic ReferenceList createReferenceList()
ReferenceListpublic ReferenceType createReferenceType()
ReferenceTypepublic EncryptionPropertiesType createEncryptionPropertiesType()
EncryptionPropertiesTypepublic EncryptionPropertyType createEncryptionPropertyType()
EncryptionPropertyTypepublic DHKeyValueType createDHKeyValueType()
DHKeyValueTypepublic EncryptionMethodType createEncryptionMethodType()
EncryptionMethodTypepublic TransformsType createTransformsType()
TransformsTypepublic 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