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