org.apache.xml.security.binding.xmldsig11
Class ObjectFactory

java.lang.Object
  extended by org.apache.xml.security.binding.xmldsig11.ObjectFactory

public class ObjectFactory
extends 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.


Constructor Summary
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
 CharTwoFieldParamsType createCharTwoFieldParamsType()
          Create an instance of CharTwoFieldParamsType
 CurveType createCurveType()
          Create an instance of CurveType
 JAXBElement<DEREncodedKeyValueType> createDEREncodedKeyValue(DEREncodedKeyValueType value)
          Create an instance of JAXBElement<DEREncodedKeyValueType>}
 DEREncodedKeyValueType createDEREncodedKeyValueType()
          Create an instance of DEREncodedKeyValueType
 JAXBElement<ECKeyValueType> createECKeyValue(ECKeyValueType value)
          Create an instance of JAXBElement<ECKeyValueType>}
 ECKeyValueType createECKeyValueType()
          Create an instance of ECKeyValueType
 ECParametersType createECParametersType()
          Create an instance of ECParametersType
 ECValidationDataType createECValidationDataType()
          Create an instance of ECValidationDataType
 FieldIDType createFieldIDType()
          Create an instance of FieldIDType
 JAXBElement<CharTwoFieldParamsType> createGnB(CharTwoFieldParamsType value)
          Create an instance of JAXBElement<CharTwoFieldParamsType>}
 JAXBElement<KeyInfoReferenceType> createKeyInfoReference(KeyInfoReferenceType value)
          Create an instance of JAXBElement<KeyInfoReferenceType>}
 KeyInfoReferenceType createKeyInfoReferenceType()
          Create an instance of KeyInfoReferenceType
 NamedCurveType createNamedCurveType()
          Create an instance of NamedCurveType
 JAXBElement<byte[]> createOCSPResponse(byte[] value)
          Create an instance of JAXBElement<byte[]>}
 JAXBElement<PnBFieldParamsType> createPnB(PnBFieldParamsType value)
          Create an instance of JAXBElement<PnBFieldParamsType>}
 PnBFieldParamsType createPnBFieldParamsType()
          Create an instance of PnBFieldParamsType
 JAXBElement<PrimeFieldParamsType> createPrime(PrimeFieldParamsType value)
          Create an instance of JAXBElement<PrimeFieldParamsType>}
 PrimeFieldParamsType createPrimeFieldParamsType()
          Create an instance of PrimeFieldParamsType
 JAXBElement<TnBFieldParamsType> createTnB(TnBFieldParamsType value)
          Create an instance of JAXBElement<TnBFieldParamsType>}
 TnBFieldParamsType createTnBFieldParamsType()
          Create an instance of TnBFieldParamsType
 JAXBElement<X509DigestType> createX509Digest(X509DigestType value)
          Create an instance of JAXBElement<X509DigestType>}
 X509DigestType createX509DigestType()
          Create an instance of X509DigestType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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 Detail

createPrimeFieldParamsType

public PrimeFieldParamsType createPrimeFieldParamsType()
Create an instance of PrimeFieldParamsType


createECKeyValueType

public ECKeyValueType createECKeyValueType()
Create an instance of ECKeyValueType


createTnBFieldParamsType

public TnBFieldParamsType createTnBFieldParamsType()
Create an instance of TnBFieldParamsType


createX509DigestType

public X509DigestType createX509DigestType()
Create an instance of X509DigestType


createKeyInfoReferenceType

public KeyInfoReferenceType createKeyInfoReferenceType()
Create an instance of KeyInfoReferenceType


createCharTwoFieldParamsType

public CharTwoFieldParamsType createCharTwoFieldParamsType()
Create an instance of CharTwoFieldParamsType


createPnBFieldParamsType

public PnBFieldParamsType createPnBFieldParamsType()
Create an instance of PnBFieldParamsType


createDEREncodedKeyValueType

public DEREncodedKeyValueType createDEREncodedKeyValueType()
Create an instance of DEREncodedKeyValueType


createFieldIDType

public FieldIDType createFieldIDType()
Create an instance of FieldIDType


createECValidationDataType

public ECValidationDataType createECValidationDataType()
Create an instance of ECValidationDataType


createECParametersType

public ECParametersType createECParametersType()
Create an instance of ECParametersType


createCurveType

public CurveType createCurveType()
Create an instance of CurveType


createNamedCurveType

public NamedCurveType createNamedCurveType()
Create an instance of NamedCurveType


createDEREncodedKeyValue

public JAXBElement<DEREncodedKeyValueType> createDEREncodedKeyValue(DEREncodedKeyValueType value)
Create an instance of JAXBElement<DEREncodedKeyValueType>}


createKeyInfoReference

public JAXBElement<KeyInfoReferenceType> createKeyInfoReference(KeyInfoReferenceType value)
Create an instance of JAXBElement<KeyInfoReferenceType>}


createTnB

public JAXBElement<TnBFieldParamsType> createTnB(TnBFieldParamsType value)
Create an instance of JAXBElement<TnBFieldParamsType>}


createGnB

public JAXBElement<CharTwoFieldParamsType> createGnB(CharTwoFieldParamsType value)
Create an instance of JAXBElement<CharTwoFieldParamsType>}


createPrime

public JAXBElement<PrimeFieldParamsType> createPrime(PrimeFieldParamsType value)
Create an instance of JAXBElement<PrimeFieldParamsType>}


createX509Digest

public JAXBElement<X509DigestType> createX509Digest(X509DigestType value)
Create an instance of JAXBElement<X509DigestType>}


createOCSPResponse

public JAXBElement<byte[]> createOCSPResponse(byte[] value)
Create an instance of JAXBElement<byte[]>}


createECKeyValue

public JAXBElement<ECKeyValueType> createECKeyValue(ECKeyValueType value)
Create an instance of JAXBElement<ECKeyValueType>}


createPnB

public JAXBElement<PnBFieldParamsType> createPnB(PnBFieldParamsType value)
Create an instance of JAXBElement<PnBFieldParamsType>}



Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.