java.lang.Object
com.sun.xml.security.core.xenc.ObjectFactory
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
ConstructorsConstructorDescriptionCreate 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
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AgreementMethodType>Create an instance ofAgreementMethodTypejakarta.xml.bind.JAXBElement<byte[]>createAgreementMethodTypeKANonce(byte[] value) Create an instance ofJAXBElement<possible object is byte[]>}jakarta.xml.bind.JAXBElement<KeyInfoType>jakarta.xml.bind.JAXBElement<KeyInfoType>jakarta.xml.bind.JAXBElement<CipherDataType>createCipherData(CipherDataType value) Create an instance ofCipherDataTypejakarta.xml.bind.JAXBElement<CipherReferenceType>Create an instance ofCipherReferenceTypejakarta.xml.bind.JAXBElement<EncryptedDataType>Create an instance ofEncryptedDataTypejakarta.xml.bind.JAXBElement<EncryptedKeyType>Create an instance ofEncryptedKeyTypeCreate an instance ofEncryptionMethodTypejakarta.xml.bind.JAXBElement<BigInteger>Create an instance ofJAXBElement<possible object is BigInteger>}jakarta.xml.bind.JAXBElement<byte[]>createEncryptionMethodTypeOAEPparams(byte[] value) Create an instance ofJAXBElement<possible object is byte[]>}jakarta.xml.bind.JAXBElement<EncryptionPropertiesType>Create an instance ofEncryptionPropertiesTypejakarta.xml.bind.JAXBElement<EncryptionPropertyType>Create an instance ofEncryptionPropertyTypeCreate an instance ofReferenceListjakarta.xml.bind.JAXBElement<ReferenceType>jakarta.xml.bind.JAXBElement<ReferenceType>Create an instance ofReferenceTypeCreate an instance ofTransformsType
-
Constructor Details
-
ObjectFactory
public 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 Details
-
createEncryptionPropertiesType
Create an instance ofEncryptionPropertiesType -
createEncryptionPropertyType
Create an instance ofEncryptionPropertyType -
createEncryptedDataType
Create an instance ofEncryptedDataType -
createCipherReferenceType
Create an instance ofCipherReferenceType -
createEncryptionMethodType
Create an instance ofEncryptionMethodType -
createTransformsType
Create an instance ofTransformsType -
createEncryptedKeyType
Create an instance ofEncryptedKeyType -
createReferenceType
Create an instance ofReferenceType -
createAgreementMethodType
Create an instance ofAgreementMethodType -
createCipherDataType
Create an instance ofCipherDataType -
createReferenceList
Create an instance ofReferenceList -
createEncryptionMethodTypeOAEPparams
public jakarta.xml.bind.JAXBElement<byte[]> createEncryptionMethodTypeOAEPparams(byte[] value) Create an instance ofJAXBElement<possible object is byte[]>} -
createEncryptionMethodTypeKeySize
Create an instance ofJAXBElement<possible object is BigInteger>} -
createAgreementMethod
public jakarta.xml.bind.JAXBElement<AgreementMethodType> createAgreementMethod(AgreementMethodType value) -
createEncryptionProperties
public jakarta.xml.bind.JAXBElement<EncryptionPropertiesType> createEncryptionProperties(EncryptionPropertiesType value) -
createCipherReference
public jakarta.xml.bind.JAXBElement<CipherReferenceType> createCipherReference(CipherReferenceType value) -
createEncryptionProperty
public jakarta.xml.bind.JAXBElement<EncryptionPropertyType> createEncryptionProperty(EncryptionPropertyType value) -
createEncryptedKey
-
createCipherData
-
createEncryptedData
-
createReferenceListDataReference
public jakarta.xml.bind.JAXBElement<ReferenceType> createReferenceListDataReference(ReferenceType value) -
createReferenceListKeyReference
public jakarta.xml.bind.JAXBElement<ReferenceType> createReferenceListKeyReference(ReferenceType value) -
createAgreementMethodTypeKANonce
public jakarta.xml.bind.JAXBElement<byte[]> createAgreementMethodTypeKANonce(byte[] value) Create an instance ofJAXBElement<possible object is byte[]>} -
createAgreementMethodTypeOriginatorKeyInfo
public jakarta.xml.bind.JAXBElement<KeyInfoType> createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value) -
createAgreementMethodTypeRecipientKeyInfo
public jakarta.xml.bind.JAXBElement<KeyInfoType> createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)
-