public class

ObjectFactory

extends Object
java.lang.Object
   ↳ xades4j.xml.bind.xmldsig.ObjectFactory

Class Overview

This object contains factory methods for each Java content interface and Java element interface generated in the xades4j.xml.bind.xmldsig 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.

Summary

Public Constructors
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: xades4j.marshalling.xmldsig
Public Methods
JAXBElement<XmlCanonicalizationMethodType> createCanonicalizationMethod(XmlCanonicalizationMethodType value)
Create an instance of JAXBElement<XmlCanonicalizationMethodType>}
JAXBElement<XmlDSAKeyValueType> createDSAKeyValue(XmlDSAKeyValueType value)
Create an instance of JAXBElement<XmlDSAKeyValueType>}
JAXBElement<XmlDigestMethodType> createDigestMethod(XmlDigestMethodType value)
Create an instance of JAXBElement<XmlDigestMethodType>}
JAXBElement<byte[]> createDigestValue(byte[] value)
Create an instance of JAXBElement<byte[]>}
JAXBElement<XmlKeyInfoType> createKeyInfo(XmlKeyInfoType value)
Create an instance of JAXBElement<XmlKeyInfoType>}
JAXBElement<String> createKeyName(String value)
Create an instance of JAXBElement<String>}
JAXBElement<XmlKeyValueType> createKeyValue(XmlKeyValueType value)
Create an instance of JAXBElement<XmlKeyValueType>}
JAXBElement<XmlManifestType> createManifest(XmlManifestType value)
Create an instance of JAXBElement<XmlManifestType>}
JAXBElement<String> createMgmtData(String value)
Create an instance of JAXBElement<String>}
JAXBElement<XmlObjectType> createObject(XmlObjectType value)
Create an instance of JAXBElement<XmlObjectType>}
JAXBElement<XmlPGPDataType> createPGPData(XmlPGPDataType value)
Create an instance of JAXBElement<XmlPGPDataType>}
JAXBElement<XmlRSAKeyValueType> createRSAKeyValue(XmlRSAKeyValueType value)
Create an instance of JAXBElement<XmlRSAKeyValueType>}
JAXBElement<XmlReferenceType> createReference(XmlReferenceType value)
Create an instance of JAXBElement<XmlReferenceType>}
JAXBElement<XmlRetrievalMethodType> createRetrievalMethod(XmlRetrievalMethodType value)
Create an instance of JAXBElement<XmlRetrievalMethodType>}
JAXBElement<XmlSPKIDataType> createSPKIData(XmlSPKIDataType value)
Create an instance of JAXBElement<XmlSPKIDataType>}
JAXBElement<XmlSignatureType> createSignature(XmlSignatureType value)
Create an instance of JAXBElement<XmlSignatureType>}
JAXBElement<XmlSignatureMethodType> createSignatureMethod(XmlSignatureMethodType value)
Create an instance of JAXBElement<XmlSignatureMethodType>}
JAXBElement<XmlSignaturePropertiesType> createSignatureProperties(XmlSignaturePropertiesType value)
Create an instance of JAXBElement<XmlSignaturePropertiesType>}
JAXBElement<XmlSignaturePropertyType> createSignatureProperty(XmlSignaturePropertyType value)
Create an instance of JAXBElement<XmlSignaturePropertyType>}
JAXBElement<XmlSignatureValueType> createSignatureValue(XmlSignatureValueType value)
Create an instance of JAXBElement<XmlSignatureValueType>}
JAXBElement<XmlSignedInfoType> createSignedInfo(XmlSignedInfoType value)
Create an instance of JAXBElement<XmlSignedInfoType>}
JAXBElement<XmlTransformType> createTransform(XmlTransformType value)
Create an instance of JAXBElement<XmlTransformType>}
JAXBElement<XmlTransformsType> createTransforms(XmlTransformsType value)
Create an instance of JAXBElement<XmlTransformsType>}
JAXBElement<XmlX509DataType> createX509Data(XmlX509DataType value)
Create an instance of JAXBElement<XmlX509DataType>}
XmlCanonicalizationMethodType createXmlCanonicalizationMethodType()
Create an instance of XmlCanonicalizationMethodType
XmlDSAKeyValueType createXmlDSAKeyValueType()
Create an instance of XmlDSAKeyValueType
XmlDigestMethodType createXmlDigestMethodType()
Create an instance of XmlDigestMethodType
XmlKeyInfoType createXmlKeyInfoType()
Create an instance of XmlKeyInfoType
XmlKeyValueType createXmlKeyValueType()
Create an instance of XmlKeyValueType
XmlManifestType createXmlManifestType()
Create an instance of XmlManifestType
XmlObjectType createXmlObjectType()
Create an instance of XmlObjectType
XmlPGPDataType createXmlPGPDataType()
Create an instance of XmlPGPDataType
JAXBElement<byte[]> createXmlPGPDataTypePGPKeyID(byte[] value)
Create an instance of JAXBElement<byte[]>}
JAXBElement<byte[]> createXmlPGPDataTypePGPKeyPacket(byte[] value)
Create an instance of JAXBElement<byte[]>}
XmlRSAKeyValueType createXmlRSAKeyValueType()
Create an instance of XmlRSAKeyValueType
XmlReferenceType createXmlReferenceType()
Create an instance of XmlReferenceType
XmlRetrievalMethodType createXmlRetrievalMethodType()
Create an instance of XmlRetrievalMethodType
XmlSPKIDataType createXmlSPKIDataType()
Create an instance of XmlSPKIDataType
JAXBElement<byte[]> createXmlSPKIDataTypeSPKISexp(byte[] value)
Create an instance of JAXBElement<byte[]>}
XmlSignatureMethodType createXmlSignatureMethodType()
Create an instance of XmlSignatureMethodType
JAXBElement<BigInteger> createXmlSignatureMethodTypeHMACOutputLength(BigInteger value)
Create an instance of JAXBElement<BigInteger>}
XmlSignaturePropertiesType createXmlSignaturePropertiesType()
Create an instance of XmlSignaturePropertiesType
XmlSignaturePropertyType createXmlSignaturePropertyType()
Create an instance of XmlSignaturePropertyType
XmlSignatureType createXmlSignatureType()
Create an instance of XmlSignatureType
XmlSignatureValueType createXmlSignatureValueType()
Create an instance of XmlSignatureValueType
XmlSignedInfoType createXmlSignedInfoType()
Create an instance of XmlSignedInfoType
XmlTransformType createXmlTransformType()
Create an instance of XmlTransformType
JAXBElement<String> createXmlTransformTypeXPath(String value)
Create an instance of JAXBElement<String>}
XmlTransformsType createXmlTransformsType()
Create an instance of XmlTransformsType
XmlX509DataType createXmlX509DataType()
Create an instance of XmlX509DataType
JAXBElement<byte[]> createXmlX509DataTypeX509CRL(byte[] value)
Create an instance of JAXBElement<byte[]>}
JAXBElement<byte[]> createXmlX509DataTypeX509Certificate(byte[] value)
Create an instance of JAXBElement<byte[]>}
JAXBElement<XmlX509IssuerSerialType> createXmlX509DataTypeX509IssuerSerial(XmlX509IssuerSerialType value)
Create an instance of JAXBElement<XmlX509IssuerSerialType>}
JAXBElement<byte[]> createXmlX509DataTypeX509SKI(byte[] value)
Create an instance of JAXBElement<byte[]>}
JAXBElement<String> createXmlX509DataTypeX509SubjectName(String value)
Create an instance of JAXBElement<String>}
XmlX509IssuerSerialType createXmlX509IssuerSerialType()
Create an instance of XmlX509IssuerSerialType
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ObjectFactory ()

Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: xades4j.marshalling.xmldsig

Public Methods

public JAXBElement<XmlCanonicalizationMethodType> createCanonicalizationMethod (XmlCanonicalizationMethodType value)

Create an instance of JAXBElement<XmlCanonicalizationMethodType>}

public JAXBElement<XmlDSAKeyValueType> createDSAKeyValue (XmlDSAKeyValueType value)

Create an instance of JAXBElement<XmlDSAKeyValueType>}

public JAXBElement<XmlDigestMethodType> createDigestMethod (XmlDigestMethodType value)

Create an instance of JAXBElement<XmlDigestMethodType>}

public JAXBElement<byte[]> createDigestValue (byte[] value)

Create an instance of JAXBElement<byte[]>}

public JAXBElement<XmlKeyInfoType> createKeyInfo (XmlKeyInfoType value)

Create an instance of JAXBElement<XmlKeyInfoType>}

public JAXBElement<String> createKeyName (String value)

Create an instance of JAXBElement<String>}

public JAXBElement<XmlKeyValueType> createKeyValue (XmlKeyValueType value)

Create an instance of JAXBElement<XmlKeyValueType>}

public JAXBElement<XmlManifestType> createManifest (XmlManifestType value)

Create an instance of JAXBElement<XmlManifestType>}

public JAXBElement<String> createMgmtData (String value)

Create an instance of JAXBElement<String>}

public JAXBElement<XmlObjectType> createObject (XmlObjectType value)

Create an instance of JAXBElement<XmlObjectType>}

public JAXBElement<XmlPGPDataType> createPGPData (XmlPGPDataType value)

Create an instance of JAXBElement<XmlPGPDataType>}

public JAXBElement<XmlRSAKeyValueType> createRSAKeyValue (XmlRSAKeyValueType value)

Create an instance of JAXBElement<XmlRSAKeyValueType>}

public JAXBElement<XmlReferenceType> createReference (XmlReferenceType value)

Create an instance of JAXBElement<XmlReferenceType>}

public JAXBElement<XmlRetrievalMethodType> createRetrievalMethod (XmlRetrievalMethodType value)

Create an instance of JAXBElement<XmlRetrievalMethodType>}

public JAXBElement<XmlSPKIDataType> createSPKIData (XmlSPKIDataType value)

Create an instance of JAXBElement<XmlSPKIDataType>}

public JAXBElement<XmlSignatureType> createSignature (XmlSignatureType value)

Create an instance of JAXBElement<XmlSignatureType>}

public JAXBElement<XmlSignatureMethodType> createSignatureMethod (XmlSignatureMethodType value)

Create an instance of JAXBElement<XmlSignatureMethodType>}

public JAXBElement<XmlSignaturePropertiesType> createSignatureProperties (XmlSignaturePropertiesType value)

Create an instance of JAXBElement<XmlSignaturePropertiesType>}

public JAXBElement<XmlSignaturePropertyType> createSignatureProperty (XmlSignaturePropertyType value)

Create an instance of JAXBElement<XmlSignaturePropertyType>}

public JAXBElement<XmlSignatureValueType> createSignatureValue (XmlSignatureValueType value)

Create an instance of JAXBElement<XmlSignatureValueType>}

public JAXBElement<XmlSignedInfoType> createSignedInfo (XmlSignedInfoType value)

Create an instance of JAXBElement<XmlSignedInfoType>}

public JAXBElement<XmlTransformType> createTransform (XmlTransformType value)

Create an instance of JAXBElement<XmlTransformType>}

public JAXBElement<XmlTransformsType> createTransforms (XmlTransformsType value)

Create an instance of JAXBElement<XmlTransformsType>}

public JAXBElement<XmlX509DataType> createX509Data (XmlX509DataType value)

Create an instance of JAXBElement<XmlX509DataType>}

public XmlCanonicalizationMethodType createXmlCanonicalizationMethodType ()

Create an instance of XmlCanonicalizationMethodType

public XmlDSAKeyValueType createXmlDSAKeyValueType ()

Create an instance of XmlDSAKeyValueType

public XmlDigestMethodType createXmlDigestMethodType ()

Create an instance of XmlDigestMethodType

public XmlKeyInfoType createXmlKeyInfoType ()

Create an instance of XmlKeyInfoType

public XmlKeyValueType createXmlKeyValueType ()

Create an instance of XmlKeyValueType

public XmlManifestType createXmlManifestType ()

Create an instance of XmlManifestType

public XmlObjectType createXmlObjectType ()

Create an instance of XmlObjectType

public XmlPGPDataType createXmlPGPDataType ()

Create an instance of XmlPGPDataType

public JAXBElement<byte[]> createXmlPGPDataTypePGPKeyID (byte[] value)

Create an instance of JAXBElement<byte[]>}

public JAXBElement<byte[]> createXmlPGPDataTypePGPKeyPacket (byte[] value)

Create an instance of JAXBElement<byte[]>}

public XmlRSAKeyValueType createXmlRSAKeyValueType ()

Create an instance of XmlRSAKeyValueType

public XmlReferenceType createXmlReferenceType ()

Create an instance of XmlReferenceType

public XmlRetrievalMethodType createXmlRetrievalMethodType ()

Create an instance of XmlRetrievalMethodType

public XmlSPKIDataType createXmlSPKIDataType ()

Create an instance of XmlSPKIDataType

public JAXBElement<byte[]> createXmlSPKIDataTypeSPKISexp (byte[] value)

Create an instance of JAXBElement<byte[]>}

public XmlSignatureMethodType createXmlSignatureMethodType ()

Create an instance of XmlSignatureMethodType

public JAXBElement<BigInteger> createXmlSignatureMethodTypeHMACOutputLength (BigInteger value)

Create an instance of JAXBElement<BigInteger>}

public XmlSignaturePropertiesType createXmlSignaturePropertiesType ()

Create an instance of XmlSignaturePropertiesType

public XmlSignaturePropertyType createXmlSignaturePropertyType ()

Create an instance of XmlSignaturePropertyType

public XmlSignatureType createXmlSignatureType ()

Create an instance of XmlSignatureType

public XmlSignatureValueType createXmlSignatureValueType ()

Create an instance of XmlSignatureValueType

public XmlSignedInfoType createXmlSignedInfoType ()

Create an instance of XmlSignedInfoType

public XmlTransformType createXmlTransformType ()

Create an instance of XmlTransformType

public JAXBElement<String> createXmlTransformTypeXPath (String value)

Create an instance of JAXBElement<String>}

public XmlTransformsType createXmlTransformsType ()

Create an instance of XmlTransformsType

public XmlX509DataType createXmlX509DataType ()

Create an instance of XmlX509DataType

public JAXBElement<byte[]> createXmlX509DataTypeX509CRL (byte[] value)

Create an instance of JAXBElement<byte[]>}

public JAXBElement<byte[]> createXmlX509DataTypeX509Certificate (byte[] value)

Create an instance of JAXBElement<byte[]>}

public JAXBElement<XmlX509IssuerSerialType> createXmlX509DataTypeX509IssuerSerial (XmlX509IssuerSerialType value)

Create an instance of JAXBElement<XmlX509IssuerSerialType>}

public JAXBElement<byte[]> createXmlX509DataTypeX509SKI (byte[] value)

Create an instance of JAXBElement<byte[]>}

public JAXBElement<String> createXmlX509DataTypeX509SubjectName (String value)

Create an instance of JAXBElement<String>}

public XmlX509IssuerSerialType createXmlX509IssuerSerialType ()

Create an instance of XmlX509IssuerSerialType