Package eu.europa.esig.xmldsig.jaxb
Class ObjectFactory
java.lang.Object
eu.europa.esig.xmldsig.jaxb.ObjectFactory
public class ObjectFactory extends Object
This object contains factory methods for each
Java content interface and Java element interface
generated in the eu.europa.esig.xmldsig.jaxb 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
Constructors Constructor Description ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.europa.esig.xmldsig.jaxb -
Method Summary
-
Constructor Details
-
ObjectFactory
public ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.europa.esig.xmldsig.jaxb
-
-
Method Details
-
createSignatureType
Create an instance ofSignatureType
-
createSignatureValueType
Create an instance ofSignatureValueType
-
createSignedInfoType
Create an instance ofSignedInfoType
-
createCanonicalizationMethodType
Create an instance ofCanonicalizationMethodType
-
createSignatureMethodType
Create an instance ofSignatureMethodType
-
createReferenceType
Create an instance ofReferenceType
-
createTransformsType
Create an instance ofTransformsType
-
createTransformType
Create an instance ofTransformType
-
createDigestMethodType
Create an instance ofDigestMethodType
-
createKeyInfoType
Create an instance ofKeyInfoType
-
createKeyValueType
Create an instance ofKeyValueType
-
createRetrievalMethodType
Create an instance ofRetrievalMethodType
-
createX509DataType
Create an instance ofX509DataType
-
createPGPDataType
Create an instance ofPGPDataType
-
createSPKIDataType
Create an instance ofSPKIDataType
-
createObjectType
Create an instance ofObjectType
-
createManifestType
Create an instance ofManifestType
-
createSignaturePropertiesType
Create an instance ofSignaturePropertiesType
-
createSignaturePropertyType
Create an instance ofSignaturePropertyType
-
createDSAKeyValueType
Create an instance ofDSAKeyValueType
-
createRSAKeyValueType
Create an instance ofRSAKeyValueType
-
createX509IssuerSerialType
Create an instance ofX509IssuerSerialType
-
createSignature
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
SignatureType
>
-
createSignatureValue
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
SignatureValueType
>
-
createSignedInfo
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
SignedInfoType
>
-
createCanonicalizationMethod
public JAXBElement<CanonicalizationMethodType> createCanonicalizationMethod(CanonicalizationMethodType value)- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
CanonicalizationMethodType
>
-
createSignatureMethod
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
SignatureMethodType
>
-
createReference
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ReferenceType
>
-
createTransforms
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
TransformsType
>
-
createTransform
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
TransformType
>
-
createDigestMethod
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
DigestMethodType
>
-
createDigestValue
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
byte
>
-
createKeyInfo
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
KeyInfoType
>
-
createKeyName
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createMgmtData
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createKeyValue
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
KeyValueType
>
-
createRetrievalMethod
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
RetrievalMethodType
>
-
createX509Data
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
X509DataType
>
-
createPGPData
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
PGPDataType
>
-
createSPKIData
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
SPKIDataType
>
-
createObject
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ObjectType
>
-
createManifest
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
ManifestType
>
-
createSignatureProperties
public JAXBElement<SignaturePropertiesType> createSignatureProperties(SignaturePropertiesType value)- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
SignaturePropertiesType
>
-
createSignatureProperty
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
SignaturePropertyType
>
-
createDSAKeyValue
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
DSAKeyValueType
>
-
createRSAKeyValue
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
RSAKeyValueType
>
-
createSPKIDataTypeSPKISexp
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
byte
>
-
createPGPDataTypePGPKeyID
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
byte
>
-
createPGPDataTypePGPKeyPacket
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
byte
>
-
createX509DataTypeX509IssuerSerial
public JAXBElement<X509IssuerSerialType> createX509DataTypeX509IssuerSerial(X509IssuerSerialType value)- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
X509IssuerSerialType
>
-
createX509DataTypeX509SKI
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
byte
>
-
createX509DataTypeX509SubjectName
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createX509DataTypeX509Certificate
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
byte
>
-
createX509DataTypeX509CRL
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
byte
>
-
createTransformTypeXPath
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
String
>
-
createSignatureMethodTypeHMACOutputLength
- Parameters:
value
- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement
<
BigInteger
>
-