|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xml.security.binding.xmldsig.ObjectFactory
public class ObjectFactory
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.
Constructor Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ObjectFactory()
Method Detail |
---|
public KeyInfoType createKeyInfoType()
KeyInfoType
public SignedInfoType createSignedInfoType()
SignedInfoType
public RetrievalMethodType createRetrievalMethodType()
RetrievalMethodType
public DigestMethodType createDigestMethodType()
DigestMethodType
public SignatureMethodType createSignatureMethodType()
SignatureMethodType
public SPKIDataType createSPKIDataType()
SPKIDataType
public X509DataType createX509DataType()
X509DataType
public PGPDataType createPGPDataType()
PGPDataType
public SignatureType createSignatureType()
SignatureType
public DSAKeyValueType createDSAKeyValueType()
DSAKeyValueType
public ManifestType createManifestType()
ManifestType
public SignatureValueType createSignatureValueType()
SignatureValueType
public TransformsType createTransformsType()
TransformsType
public RSAKeyValueType createRSAKeyValueType()
RSAKeyValueType
public TransformType createTransformType()
TransformType
public SignaturePropertyType createSignaturePropertyType()
SignaturePropertyType
public KeyValueType createKeyValueType()
KeyValueType
public ReferenceType createReferenceType()
ReferenceType
public CanonicalizationMethodType createCanonicalizationMethodType()
CanonicalizationMethodType
public SignaturePropertiesType createSignaturePropertiesType()
SignaturePropertiesType
public ObjectType createObjectType()
ObjectType
public X509IssuerSerialType createX509IssuerSerialType()
X509IssuerSerialType
public JAXBElement<PGPDataType> createPGPData(PGPDataType value)
JAXBElement
<
PGPDataType
>
}
public JAXBElement<SignatureType> createSignature(SignatureType value)
JAXBElement
<
SignatureType
>
}
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<ManifestType> createManifest(ManifestType value)
JAXBElement
<
ManifestType
>
}
public JAXBElement<SignatureValueType> createSignatureValue(SignatureValueType value)
JAXBElement
<
SignatureValueType
>
}
public JAXBElement<TransformsType> createTransforms(TransformsType value)
JAXBElement
<
TransformsType
>
}
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<byte[]> createDigestValue(byte[] value)
JAXBElement
<
byte[]
>
}
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<byte[]> createSPKIDataTypeSPKISexp(byte[] value)
JAXBElement
<
byte[]
>
}
public JAXBElement<String> createTransformTypeXPath(String value)
JAXBElement
<
String
>
}
public JAXBElement<X509IssuerSerialType> createX509DataTypeX509IssuerSerial(X509IssuerSerialType value)
JAXBElement
<
X509IssuerSerialType
>
}
public JAXBElement<byte[]> createX509DataTypeX509Certificate(byte[] value)
JAXBElement
<
byte[]
>
}
public JAXBElement<byte[]> createX509DataTypeX509SKI(byte[] value)
JAXBElement
<
byte[]
>
}
public JAXBElement<String> createX509DataTypeX509SubjectName(String value)
JAXBElement
<
String
>
}
public JAXBElement<byte[]> createX509DataTypeX509CRL(byte[] value)
JAXBElement
<
byte[]
>
}
public JAXBElement<BigInteger> createSignatureMethodTypeHMACOutputLength(BigInteger value)
JAXBElement
<
BigInteger
>
}
public JAXBElement<byte[]> createPGPDataTypePGPKeyID(byte[] value)
JAXBElement
<
byte[]
>
}
public JAXBElement<byte[]> createPGPDataTypePGPKeyPacket(byte[] value)
JAXBElement
<
byte[]
>
}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |