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)
value - Java instance representing xml element's value.JAXBElement<CipherDataType>public JAXBElement<CipherReferenceType> createCipherReference(CipherReferenceType value)
value - Java instance representing xml element's value.JAXBElement<CipherReferenceType>public JAXBElement<EncryptedDataType> createEncryptedData(EncryptedDataType value)
value - Java instance representing xml element's value.JAXBElement<EncryptedDataType>public JAXBElement<EncryptedKeyType> createEncryptedKey(EncryptedKeyType value)
value - Java instance representing xml element's value.JAXBElement<EncryptedKeyType>public JAXBElement<AgreementMethodType> createAgreementMethod(AgreementMethodType value)
value - Java instance representing xml element's value.JAXBElement<AgreementMethodType>public JAXBElement<EncryptionPropertiesType> createEncryptionProperties(EncryptionPropertiesType value)
value - Java instance representing xml element's value.JAXBElement<EncryptionPropertiesType>public JAXBElement<EncryptionPropertyType> createEncryptionProperty(EncryptionPropertyType value)
value - Java instance representing xml element's value.JAXBElement<EncryptionPropertyType>public JAXBElement<DHKeyValueType> createDHKeyValue(DHKeyValueType value)
value - Java instance representing xml element's value.JAXBElement<DHKeyValueType>public JAXBElement<ReferenceType> createReferenceListDataReference(ReferenceType value)
value - Java instance representing xml element's value.JAXBElement<ReferenceType>public JAXBElement<ReferenceType> createReferenceListKeyReference(ReferenceType value)
value - Java instance representing xml element's value.JAXBElement<ReferenceType>public JAXBElement<BigInteger> createEncryptionMethodTypeKeySize(BigInteger value)
value - Java instance representing xml element's value.JAXBElement<BigInteger>public JAXBElement<byte[]> createEncryptionMethodTypeOAEPparams(byte[] value)
value - Java instance representing xml element's value.JAXBElement<byte[]>public JAXBElement<byte[]> createAgreementMethodTypeKANonce(byte[] value)
value - Java instance representing xml element's value.JAXBElement<byte[]>public JAXBElement<KeyInfoType> createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)
value - Java instance representing xml element's value.JAXBElement<KeyInfoType>public JAXBElement<KeyInfoType> createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)
value - Java instance representing xml element's value.JAXBElement<KeyInfoType>Apache CXF