Package com.sun.xml.security.core.xenc
Class ObjectFactory
- java.lang.Object
-
- com.sun.xml.security.core.xenc.ObjectFactory
-
public class ObjectFactory extends Object
This object contains factory methods for each Java content interface and Java element interface generated in the com.sun.xml.security.core.xenc 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: com.sun.xml.security.core.xenc
-
Method Summary
-
-
-
Method Detail
-
createEncryptionPropertiesType
public EncryptionPropertiesType createEncryptionPropertiesType()
Create an instance ofEncryptionPropertiesType
-
createEncryptionPropertyType
public EncryptionPropertyType createEncryptionPropertyType()
Create an instance ofEncryptionPropertyType
-
createEncryptedDataType
public EncryptedDataType createEncryptedDataType()
Create an instance ofEncryptedDataType
-
createCipherReferenceType
public CipherReferenceType createCipherReferenceType()
Create an instance ofCipherReferenceType
-
createEncryptionMethodType
public EncryptionMethodType createEncryptionMethodType()
Create an instance ofEncryptionMethodType
-
createTransformsType
public TransformsType createTransformsType()
Create an instance ofTransformsType
-
createEncryptedKeyType
public EncryptedKeyType createEncryptedKeyType()
Create an instance ofEncryptedKeyType
-
createReferenceType
public ReferenceType createReferenceType()
Create an instance ofReferenceType
-
createAgreementMethodType
public AgreementMethodType createAgreementMethodType()
Create an instance ofAgreementMethodType
-
createCipherDataType
public CipherDataType createCipherDataType()
Create an instance ofCipherDataType
-
createReferenceList
public ReferenceList createReferenceList()
Create an instance ofReferenceList
-
createEncryptionMethodTypeOAEPparams
public JAXBElement<byte[]> createEncryptionMethodTypeOAEPparams(byte[] value)
-
createEncryptionMethodTypeKeySize
public JAXBElement<BigInteger> createEncryptionMethodTypeKeySize(BigInteger value)
-
createAgreementMethod
public JAXBElement<AgreementMethodType> createAgreementMethod(AgreementMethodType value)
-
createEncryptionProperties
public JAXBElement<EncryptionPropertiesType> createEncryptionProperties(EncryptionPropertiesType value)
-
createCipherReference
public JAXBElement<CipherReferenceType> createCipherReference(CipherReferenceType value)
-
createEncryptionProperty
public JAXBElement<EncryptionPropertyType> createEncryptionProperty(EncryptionPropertyType value)
-
createEncryptedKey
public JAXBElement<EncryptedKeyType> createEncryptedKey(EncryptedKeyType value)
-
createCipherData
public JAXBElement<CipherDataType> createCipherData(CipherDataType value)
-
createEncryptedData
public JAXBElement<EncryptedDataType> createEncryptedData(EncryptedDataType value)
-
createReferenceListDataReference
public JAXBElement<ReferenceType> createReferenceListDataReference(ReferenceType value)
-
createReferenceListKeyReference
public JAXBElement<ReferenceType> createReferenceListKeyReference(ReferenceType value)
-
createAgreementMethodTypeKANonce
public JAXBElement<byte[]> createAgreementMethodTypeKANonce(byte[] value)
-
createAgreementMethodTypeOriginatorKeyInfo
public JAXBElement<KeyInfoType> createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)
-
createAgreementMethodTypeRecipientKeyInfo
public JAXBElement<KeyInfoType> createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)
-
-