Package org.w3._2000._09.xmldsig_
Class ObjectFactory
java.lang.Object
org.w3._2000._09.xmldsig_.ObjectFactory
This object contains factory methods for each
Java content interface and Java element interface
generated in the org.w3._2000._09.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.
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.w3._2000._09.xmldsig_ -
Method Summary
Modifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<CanonicalizationMethodType>Create an instance ofCanonicalizationMethodTypejavax.xml.bind.JAXBElement<DigestMethodType>Create an instance ofDigestMethodTypejavax.xml.bind.JAXBElement<byte[]>createDigestValue(byte[] value) Create an instance ofJAXBElement<byte>javax.xml.bind.JAXBElement<DSAKeyValueType>createDSAKeyValue(DSAKeyValueType value) Create an instance ofDSAKeyValueTypejavax.xml.bind.JAXBElement<KeyInfoType>createKeyInfo(KeyInfoType value) Create an instance ofKeyInfoTypejavax.xml.bind.JAXBElement<String>createKeyName(String value) javax.xml.bind.JAXBElement<KeyValueType>createKeyValue(KeyValueType value) Create an instance ofKeyValueTypejavax.xml.bind.JAXBElement<ManifestType>createManifest(ManifestType value) Create an instance ofManifestTypejavax.xml.bind.JAXBElement<String>createMgmtData(String value) javax.xml.bind.JAXBElement<ObjectType>createObject(ObjectType value) Create an instance ofObjectTypejavax.xml.bind.JAXBElement<PGPDataType>createPGPData(PGPDataType value) Create an instance ofPGPDataTypejavax.xml.bind.JAXBElement<byte[]>createPGPDataTypePGPKeyID(byte[] value) Create an instance ofJAXBElement<byte>javax.xml.bind.JAXBElement<byte[]>createPGPDataTypePGPKeyPacket(byte[] value) Create an instance ofJAXBElement<byte>javax.xml.bind.JAXBElement<ReferenceType>createReference(ReferenceType value) Create an instance ofReferenceTypejavax.xml.bind.JAXBElement<RetrievalMethodType>Create an instance ofRetrievalMethodTypejavax.xml.bind.JAXBElement<RSAKeyValueType>createRSAKeyValue(RSAKeyValueType value) Create an instance ofRSAKeyValueTypejavax.xml.bind.JAXBElement<SignatureType>createSignature(SignatureType value) javax.xml.bind.JAXBElement<SignatureMethodType>Create an instance ofSignatureMethodTypejavax.xml.bind.JAXBElement<BigInteger>javax.xml.bind.JAXBElement<SignaturePropertiesType>Create an instance ofSignaturePropertiesTypejavax.xml.bind.JAXBElement<SignaturePropertyType>Create an instance ofSignaturePropertyTypeCreate an instance ofSignatureTypejavax.xml.bind.JAXBElement<SignatureValueType>Create an instance ofSignatureValueTypejavax.xml.bind.JAXBElement<SignedInfoType>createSignedInfo(SignedInfoType value) Create an instance ofSignedInfoTypejavax.xml.bind.JAXBElement<SPKIDataType>createSPKIData(SPKIDataType value) Create an instance ofSPKIDataTypejavax.xml.bind.JAXBElement<byte[]>createSPKIDataTypeSPKISexp(byte[] value) Create an instance ofJAXBElement<byte>javax.xml.bind.JAXBElement<TransformType>createTransform(TransformType value) javax.xml.bind.JAXBElement<TransformsType>createTransforms(TransformsType value) Create an instance ofTransformsTypeCreate an instance ofTransformTypejavax.xml.bind.JAXBElement<String>createTransformTypeXPath(String value) javax.xml.bind.JAXBElement<X509DataType>createX509Data(X509DataType value) Create an instance ofX509DataTypejavax.xml.bind.JAXBElement<byte[]>createX509DataTypeX509Certificate(byte[] value) Create an instance ofJAXBElement<byte>javax.xml.bind.JAXBElement<byte[]>createX509DataTypeX509CRL(byte[] value) Create an instance ofJAXBElement<byte>javax.xml.bind.JAXBElement<X509IssuerSerialType>javax.xml.bind.JAXBElement<byte[]>createX509DataTypeX509SKI(byte[] value) Create an instance ofJAXBElement<byte>javax.xml.bind.JAXBElement<String>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: org.w3._2000._09.xmldsig_
-
-
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
public javax.xml.bind.JAXBElement<SignatureValueType> createSignatureValue(SignatureValueType value) - 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 javax.xml.bind.JAXBElement<CanonicalizationMethodType> createCanonicalizationMethod(CanonicalizationMethodType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<CanonicalizationMethodType>
-
createSignatureMethod
public javax.xml.bind.JAXBElement<SignatureMethodType> createSignatureMethod(SignatureMethodType value) - 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
public javax.xml.bind.JAXBElement<byte[]> createDigestValue(byte[] value) Create an instance ofJAXBElement<byte>- 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
public javax.xml.bind.JAXBElement<RetrievalMethodType> createRetrievalMethod(RetrievalMethodType value) - 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 javax.xml.bind.JAXBElement<SignaturePropertiesType> createSignatureProperties(SignaturePropertiesType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<SignaturePropertiesType>
-
createSignatureProperty
public javax.xml.bind.JAXBElement<SignaturePropertyType> createSignatureProperty(SignaturePropertyType value) - 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
public javax.xml.bind.JAXBElement<byte[]> createSPKIDataTypeSPKISexp(byte[] value) Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createPGPDataTypePGPKeyID
public javax.xml.bind.JAXBElement<byte[]> createPGPDataTypePGPKeyID(byte[] value) Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createPGPDataTypePGPKeyPacket
public javax.xml.bind.JAXBElement<byte[]> createPGPDataTypePGPKeyPacket(byte[] value) Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createX509DataTypeX509IssuerSerial
public javax.xml.bind.JAXBElement<X509IssuerSerialType> createX509DataTypeX509IssuerSerial(X509IssuerSerialType value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<X509IssuerSerialType>
-
createX509DataTypeX509SKI
public javax.xml.bind.JAXBElement<byte[]> createX509DataTypeX509SKI(byte[] value) Create an instance ofJAXBElement<byte>- 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
public javax.xml.bind.JAXBElement<byte[]> createX509DataTypeX509Certificate(byte[] value) Create an instance ofJAXBElement<byte>- Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<byte>
-
createX509DataTypeX509CRL
public javax.xml.bind.JAXBElement<byte[]> createX509DataTypeX509CRL(byte[] value) Create an instance ofJAXBElement<byte>- 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
public javax.xml.bind.JAXBElement<BigInteger> createSignatureMethodTypeHMACOutputLength(BigInteger value) - Parameters:
value- Java instance representing xml element's value.- Returns:
- the new instance of
JAXBElement<BigInteger>
-