Apache CXF API

org.apache.cxf.xkms.model.xmlenc
Class ObjectFactory

java.lang.Object
  extended by 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
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
 JAXBElement<AgreementMethodType> createAgreementMethod(AgreementMethodType value)
          Create an instance of JAXBElement<AgreementMethodType>}
 AgreementMethodType createAgreementMethodType()
          Create an instance of AgreementMethodType
 JAXBElement<byte[]> createAgreementMethodTypeKANonce(byte[] value)
          Create an instance of JAXBElement<byte[]>}
 JAXBElement<KeyInfoType> createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)
          Create an instance of JAXBElement<KeyInfoType>}
 JAXBElement<KeyInfoType> createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)
          Create an instance of JAXBElement<KeyInfoType>}
 JAXBElement<CipherDataType> createCipherData(CipherDataType value)
          Create an instance of JAXBElement<CipherDataType>}
 CipherDataType createCipherDataType()
          Create an instance of CipherDataType
 JAXBElement<CipherReferenceType> createCipherReference(CipherReferenceType value)
          Create an instance of JAXBElement<CipherReferenceType>}
 CipherReferenceType createCipherReferenceType()
          Create an instance of CipherReferenceType
 JAXBElement<DHKeyValueType> createDHKeyValue(DHKeyValueType value)
          Create an instance of JAXBElement<DHKeyValueType>}
 DHKeyValueType createDHKeyValueType()
          Create an instance of DHKeyValueType
 JAXBElement<EncryptedDataType> createEncryptedData(EncryptedDataType value)
          Create an instance of JAXBElement<EncryptedDataType>}
 EncryptedDataType createEncryptedDataType()
          Create an instance of EncryptedDataType
 JAXBElement<EncryptedKeyType> createEncryptedKey(EncryptedKeyType value)
          Create an instance of JAXBElement<EncryptedKeyType>}
 EncryptedKeyType createEncryptedKeyType()
          Create an instance of EncryptedKeyType
 EncryptionMethodType createEncryptionMethodType()
          Create an instance of EncryptionMethodType
 JAXBElement<BigInteger> createEncryptionMethodTypeKeySize(BigInteger value)
          Create an instance of JAXBElement<BigInteger>}
 JAXBElement<byte[]> createEncryptionMethodTypeOAEPparams(byte[] value)
          Create an instance of JAXBElement<byte[]>}
 JAXBElement<EncryptionPropertiesType> createEncryptionProperties(EncryptionPropertiesType value)
          Create an instance of JAXBElement<EncryptionPropertiesType>}
 EncryptionPropertiesType createEncryptionPropertiesType()
          Create an instance of EncryptionPropertiesType
 JAXBElement<EncryptionPropertyType> createEncryptionProperty(EncryptionPropertyType value)
          Create an instance of JAXBElement<EncryptionPropertyType>}
 EncryptionPropertyType createEncryptionPropertyType()
          Create an instance of EncryptionPropertyType
 ReferenceList createReferenceList()
          Create an instance of ReferenceList
 JAXBElement<ReferenceType> createReferenceListDataReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 JAXBElement<ReferenceType> createReferenceListKeyReference(ReferenceType value)
          Create an instance of JAXBElement<ReferenceType>}
 ReferenceType createReferenceType()
          Create an instance of ReferenceType
 TransformsType createTransformsType()
          Create an instance of TransformsType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectFactory

public 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 Detail

createEncryptionMethodType

public EncryptionMethodType createEncryptionMethodType()
Create an instance of EncryptionMethodType


createReferenceList

public ReferenceList createReferenceList()
Create an instance of ReferenceList


createCipherReferenceType

public CipherReferenceType createCipherReferenceType()
Create an instance of CipherReferenceType


createEncryptedDataType

public EncryptedDataType createEncryptedDataType()
Create an instance of EncryptedDataType


createEncryptionPropertyType

public EncryptionPropertyType createEncryptionPropertyType()
Create an instance of EncryptionPropertyType


createTransformsType

public TransformsType createTransformsType()
Create an instance of TransformsType


createEncryptionPropertiesType

public EncryptionPropertiesType createEncryptionPropertiesType()
Create an instance of EncryptionPropertiesType


createCipherDataType

public CipherDataType createCipherDataType()
Create an instance of CipherDataType


createReferenceType

public ReferenceType createReferenceType()
Create an instance of ReferenceType


createEncryptedKeyType

public EncryptedKeyType createEncryptedKeyType()
Create an instance of EncryptedKeyType


createDHKeyValueType

public DHKeyValueType createDHKeyValueType()
Create an instance of DHKeyValueType


createAgreementMethodType

public AgreementMethodType createAgreementMethodType()
Create an instance of AgreementMethodType


createAgreementMethodTypeOriginatorKeyInfo

public JAXBElement<KeyInfoType> createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)
Create an instance of JAXBElement<KeyInfoType>}


createAgreementMethodTypeRecipientKeyInfo

public JAXBElement<KeyInfoType> createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)
Create an instance of JAXBElement<KeyInfoType>}


createAgreementMethodTypeKANonce

public JAXBElement<byte[]> createAgreementMethodTypeKANonce(byte[] value)
Create an instance of JAXBElement<byte[]>}


createEncryptionMethodTypeKeySize

public JAXBElement<BigInteger> createEncryptionMethodTypeKeySize(BigInteger value)
Create an instance of JAXBElement<BigInteger>}


createEncryptionMethodTypeOAEPparams

public JAXBElement<byte[]> createEncryptionMethodTypeOAEPparams(byte[] value)
Create an instance of JAXBElement<byte[]>}


createEncryptionProperty

public JAXBElement<EncryptionPropertyType> createEncryptionProperty(EncryptionPropertyType value)
Create an instance of JAXBElement<EncryptionPropertyType>}


createEncryptedKey

public JAXBElement<EncryptedKeyType> createEncryptedKey(EncryptedKeyType value)
Create an instance of JAXBElement<EncryptedKeyType>}


createCipherReference

public JAXBElement<CipherReferenceType> createCipherReference(CipherReferenceType value)
Create an instance of JAXBElement<CipherReferenceType>}


createEncryptedData

public JAXBElement<EncryptedDataType> createEncryptedData(EncryptedDataType value)
Create an instance of JAXBElement<EncryptedDataType>}


createCipherData

public JAXBElement<CipherDataType> createCipherData(CipherDataType value)
Create an instance of JAXBElement<CipherDataType>}


createEncryptionProperties

public JAXBElement<EncryptionPropertiesType> createEncryptionProperties(EncryptionPropertiesType value)
Create an instance of JAXBElement<EncryptionPropertiesType>}


createDHKeyValue

public JAXBElement<DHKeyValueType> createDHKeyValue(DHKeyValueType value)
Create an instance of JAXBElement<DHKeyValueType>}


createAgreementMethod

public JAXBElement<AgreementMethodType> createAgreementMethod(AgreementMethodType value)
Create an instance of JAXBElement<AgreementMethodType>}


createReferenceListDataReference

public JAXBElement<ReferenceType> createReferenceListDataReference(ReferenceType value)
Create an instance of JAXBElement<ReferenceType>}


createReferenceListKeyReference

public JAXBElement<ReferenceType> createReferenceListKeyReference(ReferenceType value)
Create an instance of JAXBElement<ReferenceType>}


Apache CXF API

Apache CXF