Package eu.europa.esig.xmldsig.jaxb
Class ObjectFactory
java.lang.Object
eu.europa.esig.xmldsig.jaxb.ObjectFactory
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
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: eu.europa.esig.xmldsig.jaxb -
Method Summary
Modifier and TypeMethodDescriptionCreate an instance ofCanonicalizationMethodTypeCreate an instance ofDigestMethodTypeJAXBElement<byte[]>createDigestValue(byte[] value) createDSAKeyValue(DSAKeyValueType value) Create an instance ofDSAKeyValueTypecreateKeyInfo(KeyInfoType value) Create an instance ofKeyInfoTypecreateKeyName(String value) createKeyValue(KeyValueType value) Create an instance ofKeyValueTypecreateManifest(ManifestType value) Create an instance ofManifestTypecreateMgmtData(String value) createObject(ObjectType value) Create an instance ofObjectTypecreatePGPData(PGPDataType value) Create an instance ofPGPDataTypeJAXBElement<byte[]>createPGPDataTypePGPKeyID(byte[] value) JAXBElement<byte[]>createPGPDataTypePGPKeyPacket(byte[] value) createReference(ReferenceType value) Create an instance ofReferenceTypeCreate an instance ofRetrievalMethodTypecreateRSAKeyValue(RSAKeyValueType value) Create an instance ofRSAKeyValueTypecreateSignature(SignatureType value) Create an instance ofSignatureMethodTypeCreate an instance ofSignaturePropertiesTypeCreate an instance ofSignaturePropertyTypeCreate an instance ofSignatureTypeCreate an instance ofSignatureValueTypecreateSignedInfo(SignedInfoType value) Create an instance ofSignedInfoTypecreateSPKIData(SPKIDataType value) Create an instance ofSPKIDataTypeJAXBElement<byte[]>createSPKIDataTypeSPKISexp(byte[] value) createTransform(TransformType value) createTransforms(TransformsType value) Create an instance ofTransformsTypeCreate an instance ofTransformTypecreateTransformTypeXPath(String value) createX509Data(X509DataType value) Create an instance ofX509DataTypeJAXBElement<byte[]>createX509DataTypeX509Certificate(byte[] value) JAXBElement<byte[]>createX509DataTypeX509CRL(byte[] value) JAXBElement<byte[]>createX509DataTypeX509SKI(byte[] value) Create an instance ofX509IssuerSerialType
-
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<invalid @link
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<invalid @link
byte[]>
-
createPGPDataTypePGPKeyID
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<invalid @link
byte[]>
-
createPGPDataTypePGPKeyPacket
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<invalid @link
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<invalid @link
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<invalid @link
byte[]>
-
createX509DataTypeX509CRL
- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<invalid @link
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>
-