|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xml.security.binding.xmldsig11.ObjectFactory
public class 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.
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public PrimeFieldParamsType createPrimeFieldParamsType()
PrimeFieldParamsType
public ECKeyValueType createECKeyValueType()
ECKeyValueType
public TnBFieldParamsType createTnBFieldParamsType()
TnBFieldParamsType
public X509DigestType createX509DigestType()
X509DigestType
public KeyInfoReferenceType createKeyInfoReferenceType()
KeyInfoReferenceType
public CharTwoFieldParamsType createCharTwoFieldParamsType()
CharTwoFieldParamsType
public PnBFieldParamsType createPnBFieldParamsType()
PnBFieldParamsType
public DEREncodedKeyValueType createDEREncodedKeyValueType()
DEREncodedKeyValueType
public FieldIDType createFieldIDType()
FieldIDType
public ECValidationDataType createECValidationDataType()
ECValidationDataType
public ECParametersType createECParametersType()
ECParametersType
public CurveType createCurveType()
CurveType
public NamedCurveType createNamedCurveType()
NamedCurveType
public JAXBElement<DEREncodedKeyValueType> createDEREncodedKeyValue(DEREncodedKeyValueType value)
JAXBElement
<
DEREncodedKeyValueType
>
}
public JAXBElement<KeyInfoReferenceType> createKeyInfoReference(KeyInfoReferenceType value)
JAXBElement
<
KeyInfoReferenceType
>
}
public JAXBElement<TnBFieldParamsType> createTnB(TnBFieldParamsType value)
JAXBElement
<
TnBFieldParamsType
>
}
public JAXBElement<CharTwoFieldParamsType> createGnB(CharTwoFieldParamsType value)
JAXBElement
<
CharTwoFieldParamsType
>
}
public JAXBElement<PrimeFieldParamsType> createPrime(PrimeFieldParamsType value)
JAXBElement
<
PrimeFieldParamsType
>
}
public JAXBElement<X509DigestType> createX509Digest(X509DigestType value)
JAXBElement
<
X509DigestType
>
}
public JAXBElement<byte[]> createOCSPResponse(byte[] value)
JAXBElement
<
byte[]
>
}
public JAXBElement<ECKeyValueType> createECKeyValue(ECKeyValueType value)
JAXBElement
<
ECKeyValueType
>
}
public JAXBElement<PnBFieldParamsType> createPnB(PnBFieldParamsType value)
JAXBElement
<
PnBFieldParamsType
>
}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |