public class ObjectFactory
extends java.lang.Object
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 and Description |
|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.w3._2000._09.xmldsig_
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<CanonicalizationMethodType> |
createCanonicalizationMethod(CanonicalizationMethodType value)
|
CanonicalizationMethodType |
createCanonicalizationMethodType()
Create an instance of
CanonicalizationMethodType |
javax.xml.bind.JAXBElement<DigestMethodType> |
createDigestMethod(DigestMethodType value)
|
DigestMethodType |
createDigestMethodType()
Create an instance of
DigestMethodType |
javax.xml.bind.JAXBElement<byte[]> |
createDigestValue(byte[] value)
Create an instance of
JAXBElement<byte[]>} |
javax.xml.bind.JAXBElement<DSAKeyValueType> |
createDSAKeyValue(DSAKeyValueType value)
|
DSAKeyValueType |
createDSAKeyValueType()
Create an instance of
DSAKeyValueType |
javax.xml.bind.JAXBElement<KeyInfoType> |
createKeyInfo(KeyInfoType value)
|
KeyInfoType |
createKeyInfoType()
Create an instance of
KeyInfoType |
javax.xml.bind.JAXBElement<java.lang.String> |
createKeyName(java.lang.String value)
Create an instance of
JAXBElement<String>} |
javax.xml.bind.JAXBElement<KeyValueType> |
createKeyValue(KeyValueType value)
|
KeyValueType |
createKeyValueType()
Create an instance of
KeyValueType |
javax.xml.bind.JAXBElement<ManifestType> |
createManifest(ManifestType value)
|
ManifestType |
createManifestType()
Create an instance of
ManifestType |
javax.xml.bind.JAXBElement<java.lang.String> |
createMgmtData(java.lang.String value)
Create an instance of
JAXBElement<String>} |
javax.xml.bind.JAXBElement<ObjectType> |
createObject(ObjectType value)
|
ObjectType |
createObjectType()
Create an instance of
ObjectType |
javax.xml.bind.JAXBElement<PGPDataType> |
createPGPData(PGPDataType value)
|
PGPDataType |
createPGPDataType()
Create an instance of
PGPDataType |
javax.xml.bind.JAXBElement<byte[]> |
createPGPDataTypePGPKeyID(byte[] value)
Create an instance of
JAXBElement<byte[]>} |
javax.xml.bind.JAXBElement<byte[]> |
createPGPDataTypePGPKeyPacket(byte[] value)
Create an instance of
JAXBElement<byte[]>} |
javax.xml.bind.JAXBElement<ReferenceType> |
createReference(ReferenceType value)
|
ReferenceType |
createReferenceType()
Create an instance of
ReferenceType |
javax.xml.bind.JAXBElement<RetrievalMethodType> |
createRetrievalMethod(RetrievalMethodType value)
|
RetrievalMethodType |
createRetrievalMethodType()
Create an instance of
RetrievalMethodType |
javax.xml.bind.JAXBElement<RSAKeyValueType> |
createRSAKeyValue(RSAKeyValueType value)
|
RSAKeyValueType |
createRSAKeyValueType()
Create an instance of
RSAKeyValueType |
javax.xml.bind.JAXBElement<SignatureType> |
createSignature(SignatureType value)
|
javax.xml.bind.JAXBElement<SignatureMethodType> |
createSignatureMethod(SignatureMethodType value)
|
SignatureMethodType |
createSignatureMethodType()
Create an instance of
SignatureMethodType |
javax.xml.bind.JAXBElement<java.math.BigInteger> |
createSignatureMethodTypeHMACOutputLength(java.math.BigInteger value)
Create an instance of
JAXBElement<BigInteger>} |
javax.xml.bind.JAXBElement<SignaturePropertiesType> |
createSignatureProperties(SignaturePropertiesType value)
|
SignaturePropertiesType |
createSignaturePropertiesType()
Create an instance of
SignaturePropertiesType |
javax.xml.bind.JAXBElement<SignaturePropertyType> |
createSignatureProperty(SignaturePropertyType value)
|
SignaturePropertyType |
createSignaturePropertyType()
Create an instance of
SignaturePropertyType |
SignatureType |
createSignatureType()
Create an instance of
SignatureType |
javax.xml.bind.JAXBElement<SignatureValueType> |
createSignatureValue(SignatureValueType value)
|
SignatureValueType |
createSignatureValueType()
Create an instance of
SignatureValueType |
javax.xml.bind.JAXBElement<SignedInfoType> |
createSignedInfo(SignedInfoType value)
|
SignedInfoType |
createSignedInfoType()
Create an instance of
SignedInfoType |
javax.xml.bind.JAXBElement<SPKIDataType> |
createSPKIData(SPKIDataType value)
|
SPKIDataType |
createSPKIDataType()
Create an instance of
SPKIDataType |
javax.xml.bind.JAXBElement<byte[]> |
createSPKIDataTypeSPKISexp(byte[] value)
Create an instance of
JAXBElement<byte[]>} |
javax.xml.bind.JAXBElement<TransformType> |
createTransform(TransformType value)
|
javax.xml.bind.JAXBElement<TransformsType> |
createTransforms(TransformsType value)
|
TransformsType |
createTransformsType()
Create an instance of
TransformsType |
TransformType |
createTransformType()
Create an instance of
TransformType |
javax.xml.bind.JAXBElement<java.lang.String> |
createTransformTypeXPath(java.lang.String value)
Create an instance of
JAXBElement<String>} |
javax.xml.bind.JAXBElement<X509DataType> |
createX509Data(X509DataType value)
|
X509DataType |
createX509DataType()
Create an instance of
X509DataType |
javax.xml.bind.JAXBElement<byte[]> |
createX509DataTypeX509Certificate(byte[] value)
Create an instance of
JAXBElement<byte[]>} |
javax.xml.bind.JAXBElement<byte[]> |
createX509DataTypeX509CRL(byte[] value)
Create an instance of
JAXBElement<byte[]>} |
javax.xml.bind.JAXBElement<X509IssuerSerialType> |
createX509DataTypeX509IssuerSerial(X509IssuerSerialType value)
|
javax.xml.bind.JAXBElement<byte[]> |
createX509DataTypeX509SKI(byte[] value)
Create an instance of
JAXBElement<byte[]>} |
javax.xml.bind.JAXBElement<java.lang.String> |
createX509DataTypeX509SubjectName(java.lang.String value)
Create an instance of
JAXBElement<String>} |
X509IssuerSerialType |
createX509IssuerSerialType()
Create an instance of
X509IssuerSerialType |
public ObjectFactory()
public X509DataType createX509DataType()
X509DataTypepublic RSAKeyValueType createRSAKeyValueType()
RSAKeyValueTypepublic KeyValueType createKeyValueType()
KeyValueTypepublic RetrievalMethodType createRetrievalMethodType()
RetrievalMethodTypepublic TransformType createTransformType()
TransformTypepublic SPKIDataType createSPKIDataType()
SPKIDataTypepublic ManifestType createManifestType()
ManifestTypepublic SignaturePropertyType createSignaturePropertyType()
SignaturePropertyTypepublic KeyInfoType createKeyInfoType()
KeyInfoTypepublic PGPDataType createPGPDataType()
PGPDataTypepublic SignatureValueType createSignatureValueType()
SignatureValueTypepublic SignatureType createSignatureType()
SignatureTypepublic SignatureMethodType createSignatureMethodType()
SignatureMethodTypepublic SignaturePropertiesType createSignaturePropertiesType()
SignaturePropertiesTypepublic DigestMethodType createDigestMethodType()
DigestMethodTypepublic CanonicalizationMethodType createCanonicalizationMethodType()
CanonicalizationMethodTypepublic TransformsType createTransformsType()
TransformsTypepublic SignedInfoType createSignedInfoType()
SignedInfoTypepublic ObjectType createObjectType()
ObjectTypepublic ReferenceType createReferenceType()
ReferenceTypepublic DSAKeyValueType createDSAKeyValueType()
DSAKeyValueTypepublic X509IssuerSerialType createX509IssuerSerialType()
X509IssuerSerialTypepublic javax.xml.bind.JAXBElement<PGPDataType> createPGPData(PGPDataType value)
public javax.xml.bind.JAXBElement<SPKIDataType> createSPKIData(SPKIDataType value)
public javax.xml.bind.JAXBElement<RetrievalMethodType> createRetrievalMethod(RetrievalMethodType value)
public javax.xml.bind.JAXBElement<CanonicalizationMethodType> createCanonicalizationMethod(CanonicalizationMethodType value)
public javax.xml.bind.JAXBElement<SignaturePropertyType> createSignatureProperty(SignaturePropertyType value)
public javax.xml.bind.JAXBElement<TransformsType> createTransforms(TransformsType value)
public javax.xml.bind.JAXBElement<ManifestType> createManifest(ManifestType value)
public javax.xml.bind.JAXBElement<SignatureMethodType> createSignatureMethod(SignatureMethodType value)
public javax.xml.bind.JAXBElement<KeyInfoType> createKeyInfo(KeyInfoType value)
public javax.xml.bind.JAXBElement<DigestMethodType> createDigestMethod(DigestMethodType value)
public javax.xml.bind.JAXBElement<java.lang.String> createMgmtData(java.lang.String value)
JAXBElement<String>}public javax.xml.bind.JAXBElement<ReferenceType> createReference(ReferenceType value)
public javax.xml.bind.JAXBElement<RSAKeyValueType> createRSAKeyValue(RSAKeyValueType value)
public javax.xml.bind.JAXBElement<SignatureType> createSignature(SignatureType value)
public javax.xml.bind.JAXBElement<DSAKeyValueType> createDSAKeyValue(DSAKeyValueType value)
public javax.xml.bind.JAXBElement<SignedInfoType> createSignedInfo(SignedInfoType value)
public javax.xml.bind.JAXBElement<ObjectType> createObject(ObjectType value)
public javax.xml.bind.JAXBElement<SignatureValueType> createSignatureValue(SignatureValueType value)
public javax.xml.bind.JAXBElement<TransformType> createTransform(TransformType value)
public javax.xml.bind.JAXBElement<X509DataType> createX509Data(X509DataType value)
public javax.xml.bind.JAXBElement<byte[]> createDigestValue(byte[] value)
JAXBElement<byte[]>}public javax.xml.bind.JAXBElement<SignaturePropertiesType> createSignatureProperties(SignaturePropertiesType value)
public javax.xml.bind.JAXBElement<java.lang.String> createKeyName(java.lang.String value)
JAXBElement<String>}public javax.xml.bind.JAXBElement<KeyValueType> createKeyValue(KeyValueType value)
public javax.xml.bind.JAXBElement<X509IssuerSerialType> createX509DataTypeX509IssuerSerial(X509IssuerSerialType value)
public javax.xml.bind.JAXBElement<byte[]> createX509DataTypeX509Certificate(byte[] value)
JAXBElement<byte[]>}public javax.xml.bind.JAXBElement<byte[]> createX509DataTypeX509SKI(byte[] value)
JAXBElement<byte[]>}public javax.xml.bind.JAXBElement<java.lang.String> createX509DataTypeX509SubjectName(java.lang.String value)
JAXBElement<String>}public javax.xml.bind.JAXBElement<byte[]> createX509DataTypeX509CRL(byte[] value)
JAXBElement<byte[]>}public javax.xml.bind.JAXBElement<java.math.BigInteger> createSignatureMethodTypeHMACOutputLength(java.math.BigInteger value)
JAXBElement<BigInteger>}public javax.xml.bind.JAXBElement<byte[]> createPGPDataTypePGPKeyID(byte[] value)
JAXBElement<byte[]>}public javax.xml.bind.JAXBElement<byte[]> createPGPDataTypePGPKeyPacket(byte[] value)
JAXBElement<byte[]>}public javax.xml.bind.JAXBElement<byte[]> createSPKIDataTypeSPKISexp(byte[] value)
JAXBElement<byte[]>}public javax.xml.bind.JAXBElement<java.lang.String> createTransformTypeXPath(java.lang.String value)
JAXBElement<String>}Copyright © 2025. All rights reserved.