Class ObjectFactory
- java.lang.Object
-
- org.apache.xml.security.binding.xmlenc.ObjectFactory
-
public class ObjectFactory extends java.lang.Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.xml.security.binding.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.
-
-
Field Summary
Fields Modifier and Type Field Description private static javax.xml.namespace.QName
_AgreementMethod_QNAME
private static javax.xml.namespace.QName
_AgreementMethodTypeKANonce_QNAME
private static javax.xml.namespace.QName
_AgreementMethodTypeOriginatorKeyInfo_QNAME
private static javax.xml.namespace.QName
_AgreementMethodTypeRecipientKeyInfo_QNAME
private static javax.xml.namespace.QName
_CipherData_QNAME
private static javax.xml.namespace.QName
_CipherReference_QNAME
private static javax.xml.namespace.QName
_CipherValue_QNAME
private static javax.xml.namespace.QName
_EncryptedData_QNAME
private static javax.xml.namespace.QName
_EncryptedKey_QNAME
private static javax.xml.namespace.QName
_EncryptionMethodTypeKeySize_QNAME
private static javax.xml.namespace.QName
_EncryptionMethodTypeOAEPparams_QNAME
private static javax.xml.namespace.QName
_EncryptionProperties_QNAME
private static javax.xml.namespace.QName
_EncryptionProperty_QNAME
private static javax.xml.namespace.QName
_ReferenceListDataReference_QNAME
private static javax.xml.namespace.QName
_ReferenceListKeyReference_QNAME
-
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.xml.security.binding.xmlenc
-
Method Summary
-
-
-
Field Detail
-
_CipherData_QNAME
private static final javax.xml.namespace.QName _CipherData_QNAME
-
_CipherValue_QNAME
private static final javax.xml.namespace.QName _CipherValue_QNAME
-
_CipherReference_QNAME
private static final javax.xml.namespace.QName _CipherReference_QNAME
-
_EncryptedData_QNAME
private static final javax.xml.namespace.QName _EncryptedData_QNAME
-
_EncryptedKey_QNAME
private static final javax.xml.namespace.QName _EncryptedKey_QNAME
-
_AgreementMethod_QNAME
private static final javax.xml.namespace.QName _AgreementMethod_QNAME
-
_EncryptionProperties_QNAME
private static final javax.xml.namespace.QName _EncryptionProperties_QNAME
-
_EncryptionProperty_QNAME
private static final javax.xml.namespace.QName _EncryptionProperty_QNAME
-
_ReferenceListDataReference_QNAME
private static final javax.xml.namespace.QName _ReferenceListDataReference_QNAME
-
_ReferenceListKeyReference_QNAME
private static final javax.xml.namespace.QName _ReferenceListKeyReference_QNAME
-
_EncryptionMethodTypeKeySize_QNAME
private static final javax.xml.namespace.QName _EncryptionMethodTypeKeySize_QNAME
-
_EncryptionMethodTypeOAEPparams_QNAME
private static final javax.xml.namespace.QName _EncryptionMethodTypeOAEPparams_QNAME
-
_AgreementMethodTypeKANonce_QNAME
private static final javax.xml.namespace.QName _AgreementMethodTypeKANonce_QNAME
-
_AgreementMethodTypeOriginatorKeyInfo_QNAME
private static final javax.xml.namespace.QName _AgreementMethodTypeOriginatorKeyInfo_QNAME
-
_AgreementMethodTypeRecipientKeyInfo_QNAME
private static final javax.xml.namespace.QName _AgreementMethodTypeRecipientKeyInfo_QNAME
-
-
Method Detail
-
createCipherDataType
public CipherDataType createCipherDataType()
Create an instance ofCipherDataType
-
createCipherValueType
public CipherValueType createCipherValueType()
Create an instance ofCipherValueType
-
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
-
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)
-
createCipherValue
public javax.xml.bind.JAXBElement<CipherValueType> createCipherValue(CipherValueType value)
-
createCipherReference
public javax.xml.bind.JAXBElement<CipherReferenceType> createCipherReference(CipherReferenceType value)
-
createEncryptedData
public javax.xml.bind.JAXBElement<EncryptedDataType> createEncryptedData(EncryptedDataType value)
-
createEncryptedKey
public javax.xml.bind.JAXBElement<EncryptedKeyType> createEncryptedKey(EncryptedKeyType value)
-
createAgreementMethod
public javax.xml.bind.JAXBElement<AgreementMethodType> createAgreementMethod(AgreementMethodType value)
-
createEncryptionProperties
public javax.xml.bind.JAXBElement<EncryptionPropertiesType> createEncryptionProperties(EncryptionPropertiesType value)
-
createEncryptionProperty
public javax.xml.bind.JAXBElement<EncryptionPropertyType> createEncryptionProperty(EncryptionPropertyType value)
-
createReferenceListDataReference
public javax.xml.bind.JAXBElement<ReferenceType> createReferenceListDataReference(ReferenceType value)
-
createReferenceListKeyReference
public javax.xml.bind.JAXBElement<ReferenceType> createReferenceListKeyReference(ReferenceType value)
-
createEncryptionMethodTypeKeySize
public javax.xml.bind.JAXBElement<java.math.BigInteger> createEncryptionMethodTypeKeySize(java.math.BigInteger value)
Create an instance ofJAXBElement
<
BigInteger
>
}
-
createEncryptionMethodTypeOAEPparams
public javax.xml.bind.JAXBElement<byte[]> createEncryptionMethodTypeOAEPparams(byte[] value)
Create an instance ofJAXBElement
<
byte
>
}
-
createAgreementMethodTypeKANonce
public javax.xml.bind.JAXBElement<byte[]> createAgreementMethodTypeKANonce(byte[] value)
Create an instance ofJAXBElement
<
byte
>
}
-
createAgreementMethodTypeOriginatorKeyInfo
public javax.xml.bind.JAXBElement<KeyInfoType> createAgreementMethodTypeOriginatorKeyInfo(KeyInfoType value)
-
createAgreementMethodTypeRecipientKeyInfo
public javax.xml.bind.JAXBElement<KeyInfoType> createAgreementMethodTypeRecipientKeyInfo(KeyInfoType value)
-
-