Class ObjectFactory
- java.lang.Object
-
- org.apache.xml.security.binding.xmldsig.ObjectFactory
-
public class ObjectFactory extends java.lang.Object
This object contains factory methods for each Java content interface and Java element interface generated in the org.apache.xml.security.binding.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.
-
-
Field Summary
Fields Modifier and Type Field Description private static javax.xml.namespace.QName
_CanonicalizationMethod_QNAME
private static javax.xml.namespace.QName
_DigestMethod_QNAME
private static javax.xml.namespace.QName
_DigestValue_QNAME
private static javax.xml.namespace.QName
_DSAKeyValue_QNAME
private static javax.xml.namespace.QName
_KeyInfo_QNAME
private static javax.xml.namespace.QName
_KeyName_QNAME
private static javax.xml.namespace.QName
_KeyValue_QNAME
private static javax.xml.namespace.QName
_Manifest_QNAME
private static javax.xml.namespace.QName
_MgmtData_QNAME
private static javax.xml.namespace.QName
_Object_QNAME
private static javax.xml.namespace.QName
_PGPData_QNAME
private static javax.xml.namespace.QName
_PGPDataTypePGPKeyID_QNAME
private static javax.xml.namespace.QName
_PGPDataTypePGPKeyPacket_QNAME
private static javax.xml.namespace.QName
_Reference_QNAME
private static javax.xml.namespace.QName
_RetrievalMethod_QNAME
private static javax.xml.namespace.QName
_RSAKeyValue_QNAME
private static javax.xml.namespace.QName
_Signature_QNAME
private static javax.xml.namespace.QName
_SignatureMethod_QNAME
private static javax.xml.namespace.QName
_SignatureMethodTypeHMACOutputLength_QNAME
private static javax.xml.namespace.QName
_SignatureProperties_QNAME
private static javax.xml.namespace.QName
_SignatureProperty_QNAME
private static javax.xml.namespace.QName
_SignatureValue_QNAME
private static javax.xml.namespace.QName
_SignedInfo_QNAME
private static javax.xml.namespace.QName
_SPKIData_QNAME
private static javax.xml.namespace.QName
_SPKIDataTypeSPKISexp_QNAME
private static javax.xml.namespace.QName
_Transform_QNAME
private static javax.xml.namespace.QName
_Transforms_QNAME
private static javax.xml.namespace.QName
_TransformTypeXPath_QNAME
private static javax.xml.namespace.QName
_X509Data_QNAME
private static javax.xml.namespace.QName
_X509DataTypeX509Certificate_QNAME
private static javax.xml.namespace.QName
_X509DataTypeX509CRL_QNAME
private static javax.xml.namespace.QName
_X509DataTypeX509IssuerSerial_QNAME
private static javax.xml.namespace.QName
_X509DataTypeX509SKI_QNAME
private static javax.xml.namespace.QName
_X509DataTypeX509SubjectName_QNAME
-
Constructor Summary
Constructors Constructor Description ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.apache.xml.security.binding.xmldsig
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.xml.bind.JAXBElement<CanonicalizationMethodType>
createCanonicalizationMethod(CanonicalizationMethodType value)
CanonicalizationMethodType
createCanonicalizationMethodType()
Create an instance ofCanonicalizationMethodType
javax.xml.bind.JAXBElement<DigestMethodType>
createDigestMethod(DigestMethodType value)
DigestMethodType
createDigestMethodType()
Create an instance ofDigestMethodType
javax.xml.bind.JAXBElement<byte[]>
createDigestValue(byte[] value)
Create an instance ofJAXBElement
<
byte
>
}javax.xml.bind.JAXBElement<DSAKeyValueType>
createDSAKeyValue(DSAKeyValueType value)
DSAKeyValueType
createDSAKeyValueType()
Create an instance ofDSAKeyValueType
javax.xml.bind.JAXBElement<KeyInfoType>
createKeyInfo(KeyInfoType value)
KeyInfoType
createKeyInfoType()
Create an instance ofKeyInfoType
javax.xml.bind.JAXBElement<java.lang.String>
createKeyName(java.lang.String value)
Create an instance ofJAXBElement
<
String
>
}javax.xml.bind.JAXBElement<KeyValueType>
createKeyValue(KeyValueType value)
KeyValueType
createKeyValueType()
Create an instance ofKeyValueType
javax.xml.bind.JAXBElement<ManifestType>
createManifest(ManifestType value)
ManifestType
createManifestType()
Create an instance ofManifestType
javax.xml.bind.JAXBElement<java.lang.String>
createMgmtData(java.lang.String value)
Create an instance ofJAXBElement
<
String
>
}javax.xml.bind.JAXBElement<ObjectType>
createObject(ObjectType value)
ObjectType
createObjectType()
Create an instance ofObjectType
javax.xml.bind.JAXBElement<PGPDataType>
createPGPData(PGPDataType value)
PGPDataType
createPGPDataType()
Create an instance ofPGPDataType
javax.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)
ReferenceType
createReferenceType()
Create an instance ofReferenceType
javax.xml.bind.JAXBElement<RetrievalMethodType>
createRetrievalMethod(RetrievalMethodType value)
RetrievalMethodType
createRetrievalMethodType()
Create an instance ofRetrievalMethodType
javax.xml.bind.JAXBElement<RSAKeyValueType>
createRSAKeyValue(RSAKeyValueType value)
RSAKeyValueType
createRSAKeyValueType()
Create an instance ofRSAKeyValueType
javax.xml.bind.JAXBElement<SignatureType>
createSignature(SignatureType value)
javax.xml.bind.JAXBElement<SignatureMethodType>
createSignatureMethod(SignatureMethodType value)
SignatureMethodType
createSignatureMethodType()
Create an instance ofSignatureMethodType
javax.xml.bind.JAXBElement<java.math.BigInteger>
createSignatureMethodTypeHMACOutputLength(java.math.BigInteger value)
Create an instance ofJAXBElement
<
BigInteger
>
}javax.xml.bind.JAXBElement<SignaturePropertiesType>
createSignatureProperties(SignaturePropertiesType value)
SignaturePropertiesType
createSignaturePropertiesType()
Create an instance ofSignaturePropertiesType
javax.xml.bind.JAXBElement<SignaturePropertyType>
createSignatureProperty(SignaturePropertyType value)
SignaturePropertyType
createSignaturePropertyType()
Create an instance ofSignaturePropertyType
SignatureType
createSignatureType()
Create an instance ofSignatureType
javax.xml.bind.JAXBElement<SignatureValueType>
createSignatureValue(SignatureValueType value)
SignatureValueType
createSignatureValueType()
Create an instance ofSignatureValueType
javax.xml.bind.JAXBElement<SignedInfoType>
createSignedInfo(SignedInfoType value)
SignedInfoType
createSignedInfoType()
Create an instance ofSignedInfoType
javax.xml.bind.JAXBElement<SPKIDataType>
createSPKIData(SPKIDataType value)
SPKIDataType
createSPKIDataType()
Create an instance ofSPKIDataType
javax.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)
TransformsType
createTransformsType()
Create an instance ofTransformsType
TransformType
createTransformType()
Create an instance ofTransformType
javax.xml.bind.JAXBElement<java.lang.String>
createTransformTypeXPath(java.lang.String value)
Create an instance ofJAXBElement
<
String
>
}javax.xml.bind.JAXBElement<X509DataType>
createX509Data(X509DataType value)
X509DataType
createX509DataType()
Create an instance ofX509DataType
javax.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>
createX509DataTypeX509IssuerSerial(X509IssuerSerialType value)
javax.xml.bind.JAXBElement<byte[]>
createX509DataTypeX509SKI(byte[] value)
Create an instance ofJAXBElement
<
byte
>
}javax.xml.bind.JAXBElement<java.lang.String>
createX509DataTypeX509SubjectName(java.lang.String value)
Create an instance ofJAXBElement
<
String
>
}X509IssuerSerialType
createX509IssuerSerialType()
Create an instance ofX509IssuerSerialType
-
-
-
Field Detail
-
_Signature_QNAME
private static final javax.xml.namespace.QName _Signature_QNAME
-
_SignatureValue_QNAME
private static final javax.xml.namespace.QName _SignatureValue_QNAME
-
_SignedInfo_QNAME
private static final javax.xml.namespace.QName _SignedInfo_QNAME
-
_CanonicalizationMethod_QNAME
private static final javax.xml.namespace.QName _CanonicalizationMethod_QNAME
-
_SignatureMethod_QNAME
private static final javax.xml.namespace.QName _SignatureMethod_QNAME
-
_Reference_QNAME
private static final javax.xml.namespace.QName _Reference_QNAME
-
_Transforms_QNAME
private static final javax.xml.namespace.QName _Transforms_QNAME
-
_Transform_QNAME
private static final javax.xml.namespace.QName _Transform_QNAME
-
_DigestMethod_QNAME
private static final javax.xml.namespace.QName _DigestMethod_QNAME
-
_DigestValue_QNAME
private static final javax.xml.namespace.QName _DigestValue_QNAME
-
_KeyInfo_QNAME
private static final javax.xml.namespace.QName _KeyInfo_QNAME
-
_KeyName_QNAME
private static final javax.xml.namespace.QName _KeyName_QNAME
-
_MgmtData_QNAME
private static final javax.xml.namespace.QName _MgmtData_QNAME
-
_KeyValue_QNAME
private static final javax.xml.namespace.QName _KeyValue_QNAME
-
_RetrievalMethod_QNAME
private static final javax.xml.namespace.QName _RetrievalMethod_QNAME
-
_X509Data_QNAME
private static final javax.xml.namespace.QName _X509Data_QNAME
-
_PGPData_QNAME
private static final javax.xml.namespace.QName _PGPData_QNAME
-
_SPKIData_QNAME
private static final javax.xml.namespace.QName _SPKIData_QNAME
-
_Object_QNAME
private static final javax.xml.namespace.QName _Object_QNAME
-
_Manifest_QNAME
private static final javax.xml.namespace.QName _Manifest_QNAME
-
_SignatureProperties_QNAME
private static final javax.xml.namespace.QName _SignatureProperties_QNAME
-
_SignatureProperty_QNAME
private static final javax.xml.namespace.QName _SignatureProperty_QNAME
-
_DSAKeyValue_QNAME
private static final javax.xml.namespace.QName _DSAKeyValue_QNAME
-
_RSAKeyValue_QNAME
private static final javax.xml.namespace.QName _RSAKeyValue_QNAME
-
_SPKIDataTypeSPKISexp_QNAME
private static final javax.xml.namespace.QName _SPKIDataTypeSPKISexp_QNAME
-
_PGPDataTypePGPKeyID_QNAME
private static final javax.xml.namespace.QName _PGPDataTypePGPKeyID_QNAME
-
_PGPDataTypePGPKeyPacket_QNAME
private static final javax.xml.namespace.QName _PGPDataTypePGPKeyPacket_QNAME
-
_X509DataTypeX509IssuerSerial_QNAME
private static final javax.xml.namespace.QName _X509DataTypeX509IssuerSerial_QNAME
-
_X509DataTypeX509SKI_QNAME
private static final javax.xml.namespace.QName _X509DataTypeX509SKI_QNAME
-
_X509DataTypeX509SubjectName_QNAME
private static final javax.xml.namespace.QName _X509DataTypeX509SubjectName_QNAME
-
_X509DataTypeX509Certificate_QNAME
private static final javax.xml.namespace.QName _X509DataTypeX509Certificate_QNAME
-
_X509DataTypeX509CRL_QNAME
private static final javax.xml.namespace.QName _X509DataTypeX509CRL_QNAME
-
_TransformTypeXPath_QNAME
private static final javax.xml.namespace.QName _TransformTypeXPath_QNAME
-
_SignatureMethodTypeHMACOutputLength_QNAME
private static final javax.xml.namespace.QName _SignatureMethodTypeHMACOutputLength_QNAME
-
-
Method Detail
-
createSignatureType
public SignatureType createSignatureType()
Create an instance ofSignatureType
-
createSignatureValueType
public SignatureValueType createSignatureValueType()
Create an instance ofSignatureValueType
-
createSignedInfoType
public SignedInfoType createSignedInfoType()
Create an instance ofSignedInfoType
-
createCanonicalizationMethodType
public CanonicalizationMethodType createCanonicalizationMethodType()
Create an instance ofCanonicalizationMethodType
-
createSignatureMethodType
public SignatureMethodType createSignatureMethodType()
Create an instance ofSignatureMethodType
-
createReferenceType
public ReferenceType createReferenceType()
Create an instance ofReferenceType
-
createTransformsType
public TransformsType createTransformsType()
Create an instance ofTransformsType
-
createTransformType
public TransformType createTransformType()
Create an instance ofTransformType
-
createDigestMethodType
public DigestMethodType createDigestMethodType()
Create an instance ofDigestMethodType
-
createKeyInfoType
public KeyInfoType createKeyInfoType()
Create an instance ofKeyInfoType
-
createKeyValueType
public KeyValueType createKeyValueType()
Create an instance ofKeyValueType
-
createRetrievalMethodType
public RetrievalMethodType createRetrievalMethodType()
Create an instance ofRetrievalMethodType
-
createX509DataType
public X509DataType createX509DataType()
Create an instance ofX509DataType
-
createPGPDataType
public PGPDataType createPGPDataType()
Create an instance ofPGPDataType
-
createSPKIDataType
public SPKIDataType createSPKIDataType()
Create an instance ofSPKIDataType
-
createObjectType
public ObjectType createObjectType()
Create an instance ofObjectType
-
createManifestType
public ManifestType createManifestType()
Create an instance ofManifestType
-
createSignaturePropertiesType
public SignaturePropertiesType createSignaturePropertiesType()
Create an instance ofSignaturePropertiesType
-
createSignaturePropertyType
public SignaturePropertyType createSignaturePropertyType()
Create an instance ofSignaturePropertyType
-
createDSAKeyValueType
public DSAKeyValueType createDSAKeyValueType()
Create an instance ofDSAKeyValueType
-
createRSAKeyValueType
public RSAKeyValueType createRSAKeyValueType()
Create an instance ofRSAKeyValueType
-
createX509IssuerSerialType
public X509IssuerSerialType createX509IssuerSerialType()
Create an instance ofX509IssuerSerialType
-
createSignature
public javax.xml.bind.JAXBElement<SignatureType> createSignature(SignatureType value)
-
createSignatureValue
public javax.xml.bind.JAXBElement<SignatureValueType> createSignatureValue(SignatureValueType value)
-
createSignedInfo
public javax.xml.bind.JAXBElement<SignedInfoType> createSignedInfo(SignedInfoType value)
-
createCanonicalizationMethod
public javax.xml.bind.JAXBElement<CanonicalizationMethodType> createCanonicalizationMethod(CanonicalizationMethodType value)
-
createSignatureMethod
public javax.xml.bind.JAXBElement<SignatureMethodType> createSignatureMethod(SignatureMethodType value)
-
createReference
public javax.xml.bind.JAXBElement<ReferenceType> createReference(ReferenceType value)
-
createTransforms
public javax.xml.bind.JAXBElement<TransformsType> createTransforms(TransformsType value)
-
createTransform
public javax.xml.bind.JAXBElement<TransformType> createTransform(TransformType value)
-
createDigestMethod
public javax.xml.bind.JAXBElement<DigestMethodType> createDigestMethod(DigestMethodType value)
-
createDigestValue
public javax.xml.bind.JAXBElement<byte[]> createDigestValue(byte[] value)
Create an instance ofJAXBElement
<
byte
>
}
-
createKeyInfo
public javax.xml.bind.JAXBElement<KeyInfoType> createKeyInfo(KeyInfoType value)
-
createKeyName
public javax.xml.bind.JAXBElement<java.lang.String> createKeyName(java.lang.String value)
Create an instance ofJAXBElement
<
String
>
}
-
createMgmtData
public javax.xml.bind.JAXBElement<java.lang.String> createMgmtData(java.lang.String value)
Create an instance ofJAXBElement
<
String
>
}
-
createKeyValue
public javax.xml.bind.JAXBElement<KeyValueType> createKeyValue(KeyValueType value)
-
createRetrievalMethod
public javax.xml.bind.JAXBElement<RetrievalMethodType> createRetrievalMethod(RetrievalMethodType value)
-
createX509Data
public javax.xml.bind.JAXBElement<X509DataType> createX509Data(X509DataType value)
-
createPGPData
public javax.xml.bind.JAXBElement<PGPDataType> createPGPData(PGPDataType value)
-
createSPKIData
public javax.xml.bind.JAXBElement<SPKIDataType> createSPKIData(SPKIDataType value)
-
createObject
public javax.xml.bind.JAXBElement<ObjectType> createObject(ObjectType value)
-
createManifest
public javax.xml.bind.JAXBElement<ManifestType> createManifest(ManifestType value)
-
createSignatureProperties
public javax.xml.bind.JAXBElement<SignaturePropertiesType> createSignatureProperties(SignaturePropertiesType value)
-
createSignatureProperty
public javax.xml.bind.JAXBElement<SignaturePropertyType> createSignatureProperty(SignaturePropertyType value)
-
createDSAKeyValue
public javax.xml.bind.JAXBElement<DSAKeyValueType> createDSAKeyValue(DSAKeyValueType value)
-
createRSAKeyValue
public javax.xml.bind.JAXBElement<RSAKeyValueType> createRSAKeyValue(RSAKeyValueType value)
-
createSPKIDataTypeSPKISexp
public javax.xml.bind.JAXBElement<byte[]> createSPKIDataTypeSPKISexp(byte[] value)
Create an instance ofJAXBElement
<
byte
>
}
-
createPGPDataTypePGPKeyID
public javax.xml.bind.JAXBElement<byte[]> createPGPDataTypePGPKeyID(byte[] value)
Create an instance ofJAXBElement
<
byte
>
}
-
createPGPDataTypePGPKeyPacket
public javax.xml.bind.JAXBElement<byte[]> createPGPDataTypePGPKeyPacket(byte[] value)
Create an instance ofJAXBElement
<
byte
>
}
-
createX509DataTypeX509IssuerSerial
public javax.xml.bind.JAXBElement<X509IssuerSerialType> createX509DataTypeX509IssuerSerial(X509IssuerSerialType value)
-
createX509DataTypeX509SKI
public javax.xml.bind.JAXBElement<byte[]> createX509DataTypeX509SKI(byte[] value)
Create an instance ofJAXBElement
<
byte
>
}
-
createX509DataTypeX509SubjectName
public javax.xml.bind.JAXBElement<java.lang.String> createX509DataTypeX509SubjectName(java.lang.String value)
Create an instance ofJAXBElement
<
String
>
}
-
createX509DataTypeX509Certificate
public javax.xml.bind.JAXBElement<byte[]> createX509DataTypeX509Certificate(byte[] value)
Create an instance ofJAXBElement
<
byte
>
}
-
createX509DataTypeX509CRL
public javax.xml.bind.JAXBElement<byte[]> createX509DataTypeX509CRL(byte[] value)
Create an instance ofJAXBElement
<
byte
>
}
-
createTransformTypeXPath
public javax.xml.bind.JAXBElement<java.lang.String> createTransformTypeXPath(java.lang.String value)
Create an instance ofJAXBElement
<
String
>
}
-
createSignatureMethodTypeHMACOutputLength
public javax.xml.bind.JAXBElement<java.math.BigInteger> createSignatureMethodTypeHMACOutputLength(java.math.BigInteger value)
Create an instance ofJAXBElement
<
BigInteger
>
}
-
-