Class ObjectFactory
- java.lang.Object
-
- org.apache.xml.security.binding.xmldsig11.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.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 Modifier and Type Field Description private static javax.xml.namespace.QName
_DEREncodedKeyValue_QNAME
private static javax.xml.namespace.QName
_ECKeyValue_QNAME
private static javax.xml.namespace.QName
_GnB_QNAME
private static javax.xml.namespace.QName
_KeyInfoReference_QNAME
private static javax.xml.namespace.QName
_OCSPResponse_QNAME
private static javax.xml.namespace.QName
_PnB_QNAME
private static javax.xml.namespace.QName
_Prime_QNAME
private static javax.xml.namespace.QName
_TnB_QNAME
private static javax.xml.namespace.QName
_X509Digest_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.xmldsig11
-
Method Summary
-
-
-
Field Detail
-
_ECKeyValue_QNAME
private static final javax.xml.namespace.QName _ECKeyValue_QNAME
-
_Prime_QNAME
private static final javax.xml.namespace.QName _Prime_QNAME
-
_GnB_QNAME
private static final javax.xml.namespace.QName _GnB_QNAME
-
_TnB_QNAME
private static final javax.xml.namespace.QName _TnB_QNAME
-
_PnB_QNAME
private static final javax.xml.namespace.QName _PnB_QNAME
-
_OCSPResponse_QNAME
private static final javax.xml.namespace.QName _OCSPResponse_QNAME
-
_DEREncodedKeyValue_QNAME
private static final javax.xml.namespace.QName _DEREncodedKeyValue_QNAME
-
_KeyInfoReference_QNAME
private static final javax.xml.namespace.QName _KeyInfoReference_QNAME
-
_X509Digest_QNAME
private static final javax.xml.namespace.QName _X509Digest_QNAME
-
-
Method Detail
-
createECKeyValueType
public ECKeyValueType createECKeyValueType()
Create an instance ofECKeyValueType
-
createPrimeFieldParamsType
public PrimeFieldParamsType createPrimeFieldParamsType()
Create an instance ofPrimeFieldParamsType
-
createCharTwoFieldParamsType
public CharTwoFieldParamsType createCharTwoFieldParamsType()
Create an instance ofCharTwoFieldParamsType
-
createTnBFieldParamsType
public TnBFieldParamsType createTnBFieldParamsType()
Create an instance ofTnBFieldParamsType
-
createPnBFieldParamsType
public PnBFieldParamsType createPnBFieldParamsType()
Create an instance ofPnBFieldParamsType
-
createDEREncodedKeyValueType
public DEREncodedKeyValueType createDEREncodedKeyValueType()
Create an instance ofDEREncodedKeyValueType
-
createKeyInfoReferenceType
public KeyInfoReferenceType createKeyInfoReferenceType()
Create an instance ofKeyInfoReferenceType
-
createX509DigestType
public X509DigestType createX509DigestType()
Create an instance ofX509DigestType
-
createNamedCurveType
public NamedCurveType createNamedCurveType()
Create an instance ofNamedCurveType
-
createECParametersType
public ECParametersType createECParametersType()
Create an instance ofECParametersType
-
createFieldIDType
public FieldIDType createFieldIDType()
Create an instance ofFieldIDType
-
createECValidationDataType
public ECValidationDataType createECValidationDataType()
Create an instance ofECValidationDataType
-
createECKeyValue
public javax.xml.bind.JAXBElement<ECKeyValueType> createECKeyValue(ECKeyValueType value)
-
createPrime
public javax.xml.bind.JAXBElement<PrimeFieldParamsType> createPrime(PrimeFieldParamsType value)
-
createGnB
public javax.xml.bind.JAXBElement<CharTwoFieldParamsType> createGnB(CharTwoFieldParamsType value)
-
createTnB
public javax.xml.bind.JAXBElement<TnBFieldParamsType> createTnB(TnBFieldParamsType value)
-
createPnB
public javax.xml.bind.JAXBElement<PnBFieldParamsType> createPnB(PnBFieldParamsType value)
-
createOCSPResponse
public javax.xml.bind.JAXBElement<byte[]> createOCSPResponse(byte[] value)
Create an instance ofJAXBElement
<
byte
>
}
-
createDEREncodedKeyValue
public javax.xml.bind.JAXBElement<DEREncodedKeyValueType> createDEREncodedKeyValue(DEREncodedKeyValueType value)
-
createKeyInfoReference
public javax.xml.bind.JAXBElement<KeyInfoReferenceType> createKeyInfoReference(KeyInfoReferenceType value)
-
createX509Digest
public javax.xml.bind.JAXBElement<X509DigestType> createX509Digest(X509DigestType value)
-
-