Package org.apache.cxf.xkms.model.xmlenc
Class ObjectFactory
- java.lang.Object
-
- org.apache.cxf.xkms.model.xmlenc.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.cxf.xkms.model.xmlenc package.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 Summary
Constructors Constructor 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
-
Method Summary
-
-
-
Method Detail
-
createCipherDataType
public CipherDataType createCipherDataType()
Create an instance ofCipherDataType
-
createCipherReferenceType
public CipherReferenceType createCipherReferenceType()
Create an instance ofCipherReferenceType
-
createEncryptedDataType
public EncryptedDataType createEncryptedDataType()
Create an instance ofEncryptedDataType
-
createEncryptedKeyType
public EncryptedKeyType createEncryptedKeyType()
Create an instance ofEncryptedKeyType
-
createAgreementMethodType
public AgreementMethodType createAgreementMethodType()
Create an instance ofAgreementMethodType
-
createReferenceList
public ReferenceList createReferenceList()
Create an instance ofReferenceList
-
createReferenceType
public ReferenceType createReferenceType()
Create an instance ofReferenceType
-
createEncryptionPropertiesType
public EncryptionPropertiesType createEncryptionPropertiesType()
Create an instance ofEncryptionPropertiesType
-
createEncryptionPropertyType
public EncryptionPropertyType createEncryptionPropertyType()
Create an instance ofEncryptionPropertyType
-
createDHKeyValueType
public DHKeyValueType createDHKeyValueType()
Create an instance ofDHKeyValueType
-
createEncryptionMethodType
public EncryptionMethodType createEncryptionMethodType()
Create an instance ofEncryptionMethodType
-
createTransformsType
public TransformsType createTransformsType()
Create an instance ofTransformsType
-
createCipherData
public javax.xml.bind.JAXBElement<CipherDataType> createCipherData(CipherDataType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CipherDataType>
-
createCipherReference
public javax.xml.bind.JAXBElement<CipherReferenceType> createCipherReference(CipherReferenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CipherReferenceType>
-
createEncryptedData
public javax.xml.bind.JAXBElement<EncryptedDataType> createEncryptedData(EncryptedDataType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EncryptedDataType>
-
createEncryptedKey
public javax.xml.bind.JAXBElement<EncryptedKeyType> createEncryptedKey(EncryptedKeyType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EncryptedKeyType>
-
createAgreementMethod
public javax.xml.bind.JAXBElement<AgreementMethodType> createAgreementMethod(AgreementMethodType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<AgreementMethodType>
-
createEncryptionProperties
public javax.xml.bind.JAXBElement<EncryptionPropertiesType> createEncryptionProperties(EncryptionPropertiesType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EncryptionPropertiesType>
-
createEncryptionProperty
public javax.xml.bind.JAXBElement<EncryptionPropertyType> createEncryptionProperty(EncryptionPropertyType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<EncryptionPropertyType>
-
createDHKeyValue
public javax.xml.bind.JAXBElement<DHKeyValueType> createDHKeyValue(DHKeyValueType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<DHKeyValueType>
-
createReferenceListDataReference
public javax.xml.bind.JAXBElement<ReferenceType> createReferenceListDataReference(ReferenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ReferenceType>
-
createReferenceListKeyReference
public javax.xml.bind.JAXBElement<ReferenceType> createReferenceListKeyReference(ReferenceType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<ReferenceType>
-
createEncryptionMethodTypeKeySize
public javax.xml.bind.JAXBElement<BigInteger> createEncryptionMethodTypeKeySize(BigInteger value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BigInteger>
-
createEncryptionMethodTypeOAEPparams
public javax.xml.bind.JAXBElement<byte[]> createEncryptionMethodTypeOAEPparams(byte[] value)
Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createAgreementMethodTypeKANonce
public javax.xml.bind.JAXBElement<byte[]> createAgreementMethodTypeKANonce(byte[] value)
Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createAgreementMethodTypeOriginatorKeyInfo
public javax.xml.bind.JAXBElement<KeyInfoType> createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<KeyInfoType>
-
createAgreementMethodTypeRecipientKeyInfo
public javax.xml.bind.JAXBElement<KeyInfoType> createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<KeyInfoType>
-
-