public class ObjectFactory extends Object
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 and 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
|
public ObjectFactory()
public PrimeFieldParamsType createPrimeFieldParamsType()
PrimeFieldParamsTypepublic ECKeyValueType createECKeyValueType()
ECKeyValueTypepublic TnBFieldParamsType createTnBFieldParamsType()
TnBFieldParamsTypepublic X509DigestType createX509DigestType()
X509DigestTypepublic KeyInfoReferenceType createKeyInfoReferenceType()
KeyInfoReferenceTypepublic CharTwoFieldParamsType createCharTwoFieldParamsType()
CharTwoFieldParamsTypepublic PnBFieldParamsType createPnBFieldParamsType()
PnBFieldParamsTypepublic DEREncodedKeyValueType createDEREncodedKeyValueType()
DEREncodedKeyValueTypepublic FieldIDType createFieldIDType()
FieldIDTypepublic ECValidationDataType createECValidationDataType()
ECValidationDataTypepublic ECParametersType createECParametersType()
ECParametersTypepublic NamedCurveType createNamedCurveType()
NamedCurveTypepublic JAXBElement<DEREncodedKeyValueType> createDEREncodedKeyValue(DEREncodedKeyValueType value)
public JAXBElement<KeyInfoReferenceType> createKeyInfoReference(KeyInfoReferenceType value)
public JAXBElement<TnBFieldParamsType> createTnB(TnBFieldParamsType value)
public JAXBElement<CharTwoFieldParamsType> createGnB(CharTwoFieldParamsType value)
public JAXBElement<PrimeFieldParamsType> createPrime(PrimeFieldParamsType value)
public JAXBElement<X509DigestType> createX509Digest(X509DigestType value)
public JAXBElement<byte[]> createOCSPResponse(byte[] value)
public JAXBElement<ECKeyValueType> createECKeyValue(ECKeyValueType value)
public JAXBElement<PnBFieldParamsType> createPnB(PnBFieldParamsType value)
Copyright © 2000–2014 The Apache Software Foundation. All rights reserved.