Class ObjectFactory
java.lang.Object
org.apache.xml.security.binding.xmldsig11.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.apache.xml.security.binding.xmldsig11 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 -
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.xml.security.binding.xmldsig11 -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofCharTwoFieldParamsType
Create an instance ofCurveType
Create an instance ofDEREncodedKeyValueType
createECKeyValue
(ECKeyValueType value) Create an instance ofECKeyValueType
Create an instance ofECParametersType
Create an instance ofECValidationDataType
Create an instance ofFieldIDType
createGnB
(CharTwoFieldParamsType value) Create an instance ofKeyInfoReferenceType
Create an instance ofNamedCurveType
JAXBElement<byte[]>
createOCSPResponse
(byte[] value) createPnB
(PnBFieldParamsType value) Create an instance ofPnBFieldParamsType
createPrime
(PrimeFieldParamsType value) Create an instance ofPrimeFieldParamsType
createTnB
(TnBFieldParamsType value) Create an instance ofTnBFieldParamsType
createX509Digest
(X509DigestType value) Create an instance ofX509DigestType
-
Field Details
-
_ECKeyValue_QNAME
-
_Prime_QNAME
-
_GnB_QNAME
-
_TnB_QNAME
-
_PnB_QNAME
-
_OCSPResponse_QNAME
-
_DEREncodedKeyValue_QNAME
-
_KeyInfoReference_QNAME
-
_X509Digest_QNAME
-
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.xml.security.binding.xmldsig11
-
-
Method Details
-
createECKeyValueType
Create an instance ofECKeyValueType
-
createPrimeFieldParamsType
Create an instance ofPrimeFieldParamsType
-
createCharTwoFieldParamsType
Create an instance ofCharTwoFieldParamsType
-
createTnBFieldParamsType
Create an instance ofTnBFieldParamsType
-
createPnBFieldParamsType
Create an instance ofPnBFieldParamsType
-
createDEREncodedKeyValueType
Create an instance ofDEREncodedKeyValueType
-
createKeyInfoReferenceType
Create an instance ofKeyInfoReferenceType
-
createX509DigestType
Create an instance ofX509DigestType
-
createNamedCurveType
Create an instance ofNamedCurveType
-
createECParametersType
Create an instance ofECParametersType
-
createFieldIDType
Create an instance ofFieldIDType
-
createCurveType
Create an instance ofCurveType
-
createECValidationDataType
Create an instance ofECValidationDataType
-
createECKeyValue
-
createPrime
-
createGnB
-
createTnB
-
createPnB
-
createOCSPResponse
-
createDEREncodedKeyValue
-
createKeyInfoReference
-
createX509Digest
-