|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectat.gv.zustellung.zkopf.xsd.xmldsig.ObjectFactory
public class ObjectFactory
This object contains factory methods for each Java content interface and Java element interface generated in the at.gv.zustellung.zkopf.xsd.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 | |
---|---|
ObjectFactory()
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: at.gv.zustellung.zkopf.xsd.xmldsig |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public SignatureValueType createSignatureValueType()
SignatureValueType
public SignatureType createSignatureType()
SignatureType
public ReferenceType createReferenceType()
ReferenceType
public SignaturePropertiesType createSignaturePropertiesType()
SignaturePropertiesType
public SignedInfoType createSignedInfoType()
SignedInfoType
public SignaturePropertyType createSignaturePropertyType()
SignaturePropertyType
public ObjectType createObjectType()
ObjectType
public X509IssuerSerialType createX509IssuerSerialType()
X509IssuerSerialType
public DSAKeyValueType createDSAKeyValueType()
DSAKeyValueType
public RSAKeyValueType createRSAKeyValueType()
RSAKeyValueType
public PGPDataType createPGPDataType()
PGPDataType
public RetrievalMethodType createRetrievalMethodType()
RetrievalMethodType
public ManifestType createManifestType()
ManifestType
public DigestMethodType createDigestMethodType()
DigestMethodType
public X509DataType createX509DataType()
X509DataType
public TransformsType createTransformsType()
TransformsType
public SignatureMethodType createSignatureMethodType()
SignatureMethodType
public KeyValueType createKeyValueType()
KeyValueType
public TransformType createTransformType()
TransformType
public CanonicalizationMethodType createCanonicalizationMethodType()
CanonicalizationMethodType
public KeyInfoType createKeyInfoType()
KeyInfoType
public SPKIDataType createSPKIDataType()
SPKIDataType
public JAXBElement<X509IssuerSerialType> createX509DataTypeX509IssuerSerial(X509IssuerSerialType value)
JAXBElement
<
X509IssuerSerialType
>
}
public JAXBElement<String> createX509DataTypeX509Certificate(String value)
JAXBElement
<
String
>
}
public JAXBElement<String> createX509DataTypeX509SKI(String value)
JAXBElement
<
String
>
}
public JAXBElement<String> createX509DataTypeX509SubjectName(String value)
JAXBElement
<
String
>
}
public JAXBElement<String> createX509DataTypeX509CRL(String value)
JAXBElement
<
String
>
}
public JAXBElement<SignatureType> createSignature(SignatureType value)
JAXBElement
<
SignatureType
>
}
public JAXBElement<PGPDataType> createPGPData(PGPDataType value)
JAXBElement
<
PGPDataType
>
}
public JAXBElement<DSAKeyValueType> createDSAKeyValue(DSAKeyValueType value)
JAXBElement
<
DSAKeyValueType
>
}
public JAXBElement<SPKIDataType> createSPKIData(SPKIDataType value)
JAXBElement
<
SPKIDataType
>
}
public JAXBElement<SignedInfoType> createSignedInfo(SignedInfoType value)
JAXBElement
<
SignedInfoType
>
}
public JAXBElement<RetrievalMethodType> createRetrievalMethod(RetrievalMethodType value)
JAXBElement
<
RetrievalMethodType
>
}
public JAXBElement<CanonicalizationMethodType> createCanonicalizationMethod(CanonicalizationMethodType value)
JAXBElement
<
CanonicalizationMethodType
>
}
public JAXBElement<ObjectType> createObject(ObjectType value)
JAXBElement
<
ObjectType
>
}
public JAXBElement<SignaturePropertyType> createSignatureProperty(SignaturePropertyType value)
JAXBElement
<
SignaturePropertyType
>
}
public JAXBElement<TransformsType> createTransforms(TransformsType value)
JAXBElement
<
TransformsType
>
}
public JAXBElement<SignatureValueType> createSignatureValue(SignatureValueType value)
JAXBElement
<
SignatureValueType
>
}
public JAXBElement<ManifestType> createManifest(ManifestType value)
JAXBElement
<
ManifestType
>
}
public JAXBElement<TransformType> createTransform(TransformType value)
JAXBElement
<
TransformType
>
}
public JAXBElement<X509DataType> createX509Data(X509DataType value)
JAXBElement
<
X509DataType
>
}
public JAXBElement<SignatureMethodType> createSignatureMethod(SignatureMethodType value)
JAXBElement
<
SignatureMethodType
>
}
public JAXBElement<KeyInfoType> createKeyInfo(KeyInfoType value)
JAXBElement
<
KeyInfoType
>
}
public JAXBElement<String> createDigestValue(String value)
JAXBElement
<
String
>
}
public JAXBElement<DigestMethodType> createDigestMethod(DigestMethodType value)
JAXBElement
<
DigestMethodType
>
}
public JAXBElement<String> createMgmtData(String value)
JAXBElement
<
String
>
}
public JAXBElement<SignaturePropertiesType> createSignatureProperties(SignaturePropertiesType value)
JAXBElement
<
SignaturePropertiesType
>
}
public JAXBElement<String> createKeyName(String value)
JAXBElement
<
String
>
}
public JAXBElement<KeyValueType> createKeyValue(KeyValueType value)
JAXBElement
<
KeyValueType
>
}
public JAXBElement<ReferenceType> createReference(ReferenceType value)
JAXBElement
<
ReferenceType
>
}
public JAXBElement<RSAKeyValueType> createRSAKeyValue(RSAKeyValueType value)
JAXBElement
<
RSAKeyValueType
>
}
public JAXBElement<BigInteger> createSignatureMethodTypeHMACOutputLength(BigInteger value)
JAXBElement
<
BigInteger
>
}
public JAXBElement<String> createPGPDataTypePGPKeyID(String value)
JAXBElement
<
String
>
}
public JAXBElement<String> createPGPDataTypePGPKeyPacket(String value)
JAXBElement
<
String
>
}
public JAXBElement<String> createSPKIDataTypeSPKISexp(String value)
JAXBElement
<
String
>
}
public JAXBElement<String> createTransformTypeXPath(String value)
JAXBElement
<
String
>
}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |