public class ObjectFactory extends DefaultJAXBContextImpl
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.
Modifier and Type | Field and Description |
---|---|
static GrammarInfo |
grammarInfo |
static Class |
version |
JAXB_CONTEXT_FACTORY
Constructor and Description |
---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: com.sun.identity.saml2.jaxb.xmlsig
|
Modifier and Type | Method and Description |
---|---|
CanonicalizationMethodElement |
createCanonicalizationMethodElement()
Create an instance of CanonicalizationMethodElement
|
CanonicalizationMethodType |
createCanonicalizationMethodType()
Create an instance of CanonicalizationMethodType
|
DigestMethodElement |
createDigestMethodElement()
Create an instance of DigestMethodElement
|
DigestMethodType |
createDigestMethodType()
Create an instance of DigestMethodType
|
DigestValueElement |
createDigestValueElement()
Create an instance of DigestValueElement
|
DigestValueElement |
createDigestValueElement(byte[] value)
Create an instance of DigestValueElement
|
DSAKeyValueElement |
createDSAKeyValueElement()
Create an instance of DSAKeyValueElement
|
DSAKeyValueType |
createDSAKeyValueType()
Create an instance of DSAKeyValueType
|
KeyInfoElement |
createKeyInfoElement()
Create an instance of KeyInfoElement
|
KeyInfoType |
createKeyInfoType()
Create an instance of KeyInfoType
|
KeyNameElement |
createKeyNameElement()
Create an instance of KeyNameElement
|
KeyNameElement |
createKeyNameElement(String value)
Create an instance of KeyNameElement
|
KeyValueElement |
createKeyValueElement()
Create an instance of KeyValueElement
|
KeyValueType |
createKeyValueType()
Create an instance of KeyValueType
|
ManifestElement |
createManifestElement()
Create an instance of ManifestElement
|
ManifestType |
createManifestType()
Create an instance of ManifestType
|
MgmtDataElement |
createMgmtDataElement()
Create an instance of MgmtDataElement
|
MgmtDataElement |
createMgmtDataElement(String value)
Create an instance of MgmtDataElement
|
ObjectElement |
createObjectElement()
Create an instance of ObjectElement
|
ObjectType |
createObjectType()
Create an instance of ObjectType
|
PGPDataElement |
createPGPDataElement()
Create an instance of PGPDataElement
|
PGPDataType |
createPGPDataType()
Create an instance of PGPDataType
|
ReferenceElement |
createReferenceElement()
Create an instance of ReferenceElement
|
ReferenceType |
createReferenceType()
Create an instance of ReferenceType
|
RetrievalMethodElement |
createRetrievalMethodElement()
Create an instance of RetrievalMethodElement
|
RetrievalMethodType |
createRetrievalMethodType()
Create an instance of RetrievalMethodType
|
RSAKeyValueElement |
createRSAKeyValueElement()
Create an instance of RSAKeyValueElement
|
RSAKeyValueType |
createRSAKeyValueType()
Create an instance of RSAKeyValueType
|
SignatureElement |
createSignatureElement()
Create an instance of SignatureElement
|
SignatureMethodElement |
createSignatureMethodElement()
Create an instance of SignatureMethodElement
|
SignatureMethodType |
createSignatureMethodType()
Create an instance of SignatureMethodType
|
SignatureMethodType.HMACOutputLength |
createSignatureMethodTypeHMACOutputLength()
Create an instance of SignatureMethodTypeHMACOutputLength
|
SignatureMethodType.HMACOutputLength |
createSignatureMethodTypeHMACOutputLength(BigInteger value)
Create an instance of SignatureMethodTypeHMACOutputLength
|
SignaturePropertiesElement |
createSignaturePropertiesElement()
Create an instance of SignaturePropertiesElement
|
SignaturePropertiesType |
createSignaturePropertiesType()
Create an instance of SignaturePropertiesType
|
SignaturePropertyElement |
createSignaturePropertyElement()
Create an instance of SignaturePropertyElement
|
SignaturePropertyType |
createSignaturePropertyType()
Create an instance of SignaturePropertyType
|
SignatureType |
createSignatureType()
Create an instance of SignatureType
|
SignatureValueElement |
createSignatureValueElement()
Create an instance of SignatureValueElement
|
SignatureValueType |
createSignatureValueType()
Create an instance of SignatureValueType
|
SignedInfoElement |
createSignedInfoElement()
Create an instance of SignedInfoElement
|
SignedInfoType |
createSignedInfoType()
Create an instance of SignedInfoType
|
SPKIDataElement |
createSPKIDataElement()
Create an instance of SPKIDataElement
|
SPKIDataType |
createSPKIDataType()
Create an instance of SPKIDataType
|
SPKIDataType.SPKISexp |
createSPKIDataTypeSPKISexp()
Create an instance of SPKIDataTypeSPKISexp
|
SPKIDataType.SPKISexp |
createSPKIDataTypeSPKISexp(byte[] value)
Create an instance of SPKIDataTypeSPKISexp
|
TransformElement |
createTransformElement()
Create an instance of TransformElement
|
TransformsElement |
createTransformsElement()
Create an instance of TransformsElement
|
TransformsType |
createTransformsType()
Create an instance of TransformsType
|
TransformType |
createTransformType()
Create an instance of TransformType
|
TransformType.XPath |
createTransformTypeXPath()
Create an instance of TransformTypeXPath
|
TransformType.XPath |
createTransformTypeXPath(String value)
Create an instance of TransformTypeXPath
|
X509DataElement |
createX509DataElement()
Create an instance of X509DataElement
|
X509DataType |
createX509DataType()
Create an instance of X509DataType
|
X509DataType.X509Certificate |
createX509DataTypeX509Certificate()
Create an instance of X509DataTypeX509Certificate
|
X509DataType.X509Certificate |
createX509DataTypeX509Certificate(byte[] value)
Create an instance of X509DataTypeX509Certificate
|
X509DataType.X509CRL |
createX509DataTypeX509CRL()
Create an instance of X509DataTypeX509CRL
|
X509DataType.X509CRL |
createX509DataTypeX509CRL(byte[] value)
Create an instance of X509DataTypeX509CRL
|
X509DataType.X509IssuerSerial |
createX509DataTypeX509IssuerSerial()
Create an instance of X509DataTypeX509IssuerSerial
|
X509DataType.X509SKI |
createX509DataTypeX509SKI()
Create an instance of X509DataTypeX509SKI
|
X509DataType.X509SKI |
createX509DataTypeX509SKI(byte[] value)
Create an instance of X509DataTypeX509SKI
|
X509DataType.X509SubjectName |
createX509DataTypeX509SubjectName()
Create an instance of X509DataTypeX509SubjectName
|
X509DataType.X509SubjectName |
createX509DataTypeX509SubjectName(String value)
Create an instance of X509DataTypeX509SubjectName
|
X509IssuerSerialType |
createX509IssuerSerialType()
Create an instance of X509IssuerSerialType
|
Object |
getProperty(String name)
Get the specified property.
|
Object |
newInstance(Class javaContentInterface)
Create an instance of the specified Java content interface.
|
void |
setProperty(String name,
Object value)
Set the specified property.
|
createMarshaller, createUnmarshaller, createValidator, getGrammar, getGrammarInfo
createBinder, createBinder, createJAXBIntrospector, generateSchema, newInstance, newInstance, newInstance, newInstance, newInstance
public static final GrammarInfo grammarInfo
public static final Class version
public ObjectFactory()
public Object newInstance(Class javaContentInterface) throws JAXBException
newInstance
in class DefaultJAXBContextImpl
javaContentInterface
- the Class object of the javacontent interface to instantiateJAXBException
- if an error occurspublic Object getProperty(String name) throws PropertyException
getProperty
in class DefaultJAXBContextImpl
name
- the name of the property to retrievePropertyException
- when there is an error retrieving the given property or valuepublic void setProperty(String name, Object value) throws PropertyException
setProperty
in class DefaultJAXBContextImpl
name
- the name of the property to retrievevalue
- the value of the property to be setPropertyException
- when there is an error processing the given property or valuepublic SPKIDataElement createSPKIDataElement() throws JAXBException
JAXBException
- if an error occurspublic ReferenceType createReferenceType() throws JAXBException
JAXBException
- if an error occurspublic ManifestElement createManifestElement() throws JAXBException
JAXBException
- if an error occurspublic X509DataType.X509IssuerSerial createX509DataTypeX509IssuerSerial() throws JAXBException
JAXBException
- if an error occurspublic CanonicalizationMethodElement createCanonicalizationMethodElement() throws JAXBException
JAXBException
- if an error occurspublic SignedInfoType createSignedInfoType() throws JAXBException
JAXBException
- if an error occurspublic DigestMethodType createDigestMethodType() throws JAXBException
JAXBException
- if an error occurspublic SignatureMethodType.HMACOutputLength createSignatureMethodTypeHMACOutputLength() throws JAXBException
JAXBException
- if an error occurspublic SignatureMethodType.HMACOutputLength createSignatureMethodTypeHMACOutputLength(BigInteger value) throws JAXBException
JAXBException
- if an error occurspublic X509DataType.X509SubjectName createX509DataTypeX509SubjectName() throws JAXBException
JAXBException
- if an error occurspublic X509DataType.X509SubjectName createX509DataTypeX509SubjectName(String value) throws JAXBException
JAXBException
- if an error occurspublic KeyNameElement createKeyNameElement() throws JAXBException
JAXBException
- if an error occurspublic KeyNameElement createKeyNameElement(String value) throws JAXBException
JAXBException
- if an error occurspublic KeyInfoElement createKeyInfoElement() throws JAXBException
JAXBException
- if an error occurspublic RetrievalMethodElement createRetrievalMethodElement() throws JAXBException
JAXBException
- if an error occurspublic SignaturePropertyElement createSignaturePropertyElement() throws JAXBException
JAXBException
- if an error occurspublic X509DataElement createX509DataElement() throws JAXBException
JAXBException
- if an error occurspublic SignedInfoElement createSignedInfoElement() throws JAXBException
JAXBException
- if an error occurspublic MgmtDataElement createMgmtDataElement() throws JAXBException
JAXBException
- if an error occurspublic MgmtDataElement createMgmtDataElement(String value) throws JAXBException
JAXBException
- if an error occurspublic PGPDataType createPGPDataType() throws JAXBException
JAXBException
- if an error occurspublic TransformType.XPath createTransformTypeXPath() throws JAXBException
JAXBException
- if an error occurspublic TransformType.XPath createTransformTypeXPath(String value) throws JAXBException
JAXBException
- if an error occurspublic X509DataType createX509DataType() throws JAXBException
JAXBException
- if an error occurspublic X509DataType.X509CRL createX509DataTypeX509CRL() throws JAXBException
JAXBException
- if an error occurspublic X509DataType.X509CRL createX509DataTypeX509CRL(byte[] value) throws JAXBException
JAXBException
- if an error occurspublic X509IssuerSerialType createX509IssuerSerialType() throws JAXBException
JAXBException
- if an error occurspublic KeyInfoType createKeyInfoType() throws JAXBException
JAXBException
- if an error occurspublic SignaturePropertyType createSignaturePropertyType() throws JAXBException
JAXBException
- if an error occurspublic TransformType createTransformType() throws JAXBException
JAXBException
- if an error occurspublic SignatureMethodType createSignatureMethodType() throws JAXBException
JAXBException
- if an error occurspublic SignatureElement createSignatureElement() throws JAXBException
JAXBException
- if an error occurspublic KeyValueType createKeyValueType() throws JAXBException
JAXBException
- if an error occurspublic PGPDataElement createPGPDataElement() throws JAXBException
JAXBException
- if an error occurspublic DigestValueElement createDigestValueElement() throws JAXBException
JAXBException
- if an error occurspublic DigestValueElement createDigestValueElement(byte[] value) throws JAXBException
JAXBException
- if an error occurspublic RetrievalMethodType createRetrievalMethodType() throws JAXBException
JAXBException
- if an error occurspublic ObjectElement createObjectElement() throws JAXBException
JAXBException
- if an error occurspublic ObjectType createObjectType() throws JAXBException
JAXBException
- if an error occurspublic X509DataType.X509SKI createX509DataTypeX509SKI() throws JAXBException
JAXBException
- if an error occurspublic X509DataType.X509SKI createX509DataTypeX509SKI(byte[] value) throws JAXBException
JAXBException
- if an error occurspublic DigestMethodElement createDigestMethodElement() throws JAXBException
JAXBException
- if an error occurspublic TransformsType createTransformsType() throws JAXBException
JAXBException
- if an error occurspublic RSAKeyValueType createRSAKeyValueType() throws JAXBException
JAXBException
- if an error occurspublic SPKIDataType createSPKIDataType() throws JAXBException
JAXBException
- if an error occurspublic SPKIDataType.SPKISexp createSPKIDataTypeSPKISexp() throws JAXBException
JAXBException
- if an error occurspublic SPKIDataType.SPKISexp createSPKIDataTypeSPKISexp(byte[] value) throws JAXBException
JAXBException
- if an error occurspublic SignatureMethodElement createSignatureMethodElement() throws JAXBException
JAXBException
- if an error occurspublic X509DataType.X509Certificate createX509DataTypeX509Certificate() throws JAXBException
JAXBException
- if an error occurspublic X509DataType.X509Certificate createX509DataTypeX509Certificate(byte[] value) throws JAXBException
JAXBException
- if an error occurspublic TransformElement createTransformElement() throws JAXBException
JAXBException
- if an error occurspublic ManifestType createManifestType() throws JAXBException
JAXBException
- if an error occurspublic SignaturePropertiesType createSignaturePropertiesType() throws JAXBException
JAXBException
- if an error occurspublic RSAKeyValueElement createRSAKeyValueElement() throws JAXBException
JAXBException
- if an error occurspublic SignaturePropertiesElement createSignaturePropertiesElement() throws JAXBException
JAXBException
- if an error occurspublic SignatureType createSignatureType() throws JAXBException
JAXBException
- if an error occurspublic KeyValueElement createKeyValueElement() throws JAXBException
JAXBException
- if an error occurspublic ReferenceElement createReferenceElement() throws JAXBException
JAXBException
- if an error occurspublic SignatureValueElement createSignatureValueElement() throws JAXBException
JAXBException
- if an error occurspublic SignatureValueType createSignatureValueType() throws JAXBException
JAXBException
- if an error occurspublic DSAKeyValueType createDSAKeyValueType() throws JAXBException
JAXBException
- if an error occurspublic DSAKeyValueElement createDSAKeyValueElement() throws JAXBException
JAXBException
- if an error occurspublic TransformsElement createTransformsElement() throws JAXBException
JAXBException
- if an error occurspublic CanonicalizationMethodType createCanonicalizationMethodType() throws JAXBException
JAXBException
- if an error occursCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.