public class ObjectFactory extends 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_
|
public ObjectFactory()
public PGPDataType createPGPDataType()
PGPDataType
public KeyValueType createKeyValueType()
KeyValueType
public DSAKeyValueType createDSAKeyValueType()
DSAKeyValueType
public ReferenceType createReferenceType()
ReferenceType
public RetrievalMethodType createRetrievalMethodType()
RetrievalMethodType
public TransformsType createTransformsType()
TransformsType
public CanonicalizationMethodType createCanonicalizationMethodType()
CanonicalizationMethodType
public DigestMethodType createDigestMethodType()
DigestMethodType
public ManifestType createManifestType()
ManifestType
public SignaturePropertyType createSignaturePropertyType()
SignaturePropertyType
public X509DataType createX509DataType()
X509DataType
public SignedInfoType createSignedInfoType()
SignedInfoType
public RSAKeyValueType createRSAKeyValueType()
RSAKeyValueType
public SPKIDataType createSPKIDataType()
SPKIDataType
public SignatureValueType createSignatureValueType()
SignatureValueType
public KeyInfoType createKeyInfoType()
KeyInfoType
public SignatureType createSignatureType()
SignatureType
public SignaturePropertiesType createSignaturePropertiesType()
SignaturePropertiesType
public SignatureMethodType createSignatureMethodType()
SignatureMethodType
public ObjectType createObjectType()
ObjectType
public TransformType createTransformType()
TransformType
public X509IssuerSerialType createX509IssuerSerialType()
X509IssuerSerialType
public JAXBElement<KeyInfoType> createKeyInfo(KeyInfoType value)
public JAXBElement<SignaturePropertyType> createSignatureProperty(SignaturePropertyType value)
public JAXBElement<RSAKeyValueType> createRSAKeyValue(RSAKeyValueType value)
public JAXBElement<SignatureMethodType> createSignatureMethod(SignatureMethodType value)
public JAXBElement<ObjectType> createObject(ObjectType value)
public JAXBElement<PGPDataType> createPGPData(PGPDataType value)
public JAXBElement<RetrievalMethodType> createRetrievalMethod(RetrievalMethodType value)
public JAXBElement<DSAKeyValueType> createDSAKeyValue(DSAKeyValueType value)
public JAXBElement<KeyValueType> createKeyValue(KeyValueType value)
public JAXBElement<TransformsType> createTransforms(TransformsType value)
public JAXBElement<SignaturePropertiesType> createSignatureProperties(SignaturePropertiesType value)
public JAXBElement<TransformType> createTransform(TransformType value)
public JAXBElement<ReferenceType> createReference(ReferenceType value)
public JAXBElement<byte[]> createDigestValue(byte[] value)
public JAXBElement<String> createKeyName(String value)
public JAXBElement<SignatureType> createSignature(SignatureType value)
public JAXBElement<String> createMgmtData(String value)
public JAXBElement<CanonicalizationMethodType> createCanonicalizationMethod(CanonicalizationMethodType value)
public JAXBElement<ManifestType> createManifest(ManifestType value)
public JAXBElement<SignatureValueType> createSignatureValue(SignatureValueType value)
public JAXBElement<X509DataType> createX509Data(X509DataType value)
public JAXBElement<SignedInfoType> createSignedInfo(SignedInfoType value)
public JAXBElement<SPKIDataType> createSPKIData(SPKIDataType value)
public JAXBElement<DigestMethodType> createDigestMethod(DigestMethodType value)
public JAXBElement<byte[]> createSPKIDataTypeSPKISexp(byte[] value)
public JAXBElement<BigInteger> createSignatureMethodTypeHMACOutputLength(BigInteger value)
public JAXBElement<String> createTransformTypeXPath(String value)
public JAXBElement<byte[]> createPGPDataTypePGPKeyID(byte[] value)
public JAXBElement<byte[]> createPGPDataTypePGPKeyPacket(byte[] value)
public JAXBElement<X509IssuerSerialType> createX509DataTypeX509IssuerSerial(X509IssuerSerialType value)
public JAXBElement<byte[]> createX509DataTypeX509CRL(byte[] value)
public JAXBElement<String> createX509DataTypeX509SubjectName(String value)
public JAXBElement<byte[]> createX509DataTypeX509SKI(byte[] value)
public JAXBElement<byte[]> createX509DataTypeX509Certificate(byte[] value)
Copyright © 2016 Evolveum. All rights reserved.