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.apache.cxf.ws.security.sts.provider.model.xmldsig
|
public ObjectFactory()
public CanonicalizationMethodType createCanonicalizationMethodType()
CanonicalizationMethodTypepublic KeyInfoType createKeyInfoType()
KeyInfoTypepublic ObjectType createObjectType()
ObjectTypepublic DSAKeyValueType createDSAKeyValueType()
DSAKeyValueTypepublic DigestMethodType createDigestMethodType()
DigestMethodTypepublic SignaturePropertyType createSignaturePropertyType()
SignaturePropertyTypepublic RetrievalMethodType createRetrievalMethodType()
RetrievalMethodTypepublic SPKIDataType createSPKIDataType()
SPKIDataTypepublic PGPDataType createPGPDataType()
PGPDataTypepublic TransformsType createTransformsType()
TransformsTypepublic SignatureMethodType createSignatureMethodType()
SignatureMethodTypepublic SignedInfoType createSignedInfoType()
SignedInfoTypepublic ManifestType createManifestType()
ManifestTypepublic ReferenceType createReferenceType()
ReferenceTypepublic TransformType createTransformType()
TransformTypepublic SignatureType createSignatureType()
SignatureTypepublic X509DataType createX509DataType()
X509DataTypepublic SignatureValueType createSignatureValueType()
SignatureValueTypepublic RSAKeyValueType createRSAKeyValueType()
RSAKeyValueTypepublic X509IssuerSerialType createX509IssuerSerialType()
X509IssuerSerialTypepublic KeyValueType createKeyValueType()
KeyValueTypepublic SignaturePropertiesType createSignaturePropertiesType()
SignaturePropertiesTypepublic javax.xml.bind.JAXBElement<PGPDataType> createPGPData(PGPDataType value)
public javax.xml.bind.JAXBElement<SPKIDataType> createSPKIData(SPKIDataType value)
public javax.xml.bind.JAXBElement<RetrievalMethodType> createRetrievalMethod(RetrievalMethodType value)
public javax.xml.bind.JAXBElement<CanonicalizationMethodType> createCanonicalizationMethod(CanonicalizationMethodType value)
public javax.xml.bind.JAXBElement<SignaturePropertyType> createSignatureProperty(SignaturePropertyType value)
public javax.xml.bind.JAXBElement<TransformsType> createTransforms(TransformsType value)
public javax.xml.bind.JAXBElement<ManifestType> createManifest(ManifestType value)
public javax.xml.bind.JAXBElement<SignatureMethodType> createSignatureMethod(SignatureMethodType value)
public javax.xml.bind.JAXBElement<KeyInfoType> createKeyInfo(KeyInfoType value)
public javax.xml.bind.JAXBElement<DigestMethodType> createDigestMethod(DigestMethodType value)
public javax.xml.bind.JAXBElement<String> createMgmtData(String value)
public javax.xml.bind.JAXBElement<ReferenceType> createReference(ReferenceType value)
public javax.xml.bind.JAXBElement<RSAKeyValueType> createRSAKeyValue(RSAKeyValueType value)
public javax.xml.bind.JAXBElement<SignatureType> createSignature(SignatureType value)
public javax.xml.bind.JAXBElement<DSAKeyValueType> createDSAKeyValue(DSAKeyValueType value)
public javax.xml.bind.JAXBElement<SignedInfoType> createSignedInfo(SignedInfoType value)
public javax.xml.bind.JAXBElement<ObjectType> createObject(ObjectType value)
public javax.xml.bind.JAXBElement<SignatureValueType> createSignatureValue(SignatureValueType value)
public javax.xml.bind.JAXBElement<TransformType> createTransform(TransformType value)
public javax.xml.bind.JAXBElement<X509DataType> createX509Data(X509DataType value)
public javax.xml.bind.JAXBElement<byte[]> createDigestValue(byte[] value)
public javax.xml.bind.JAXBElement<SignaturePropertiesType> createSignatureProperties(SignaturePropertiesType value)
public javax.xml.bind.JAXBElement<String> createKeyName(String value)
public javax.xml.bind.JAXBElement<KeyValueType> createKeyValue(KeyValueType value)
public javax.xml.bind.JAXBElement<String> createTransformTypeXPath(String value)
public javax.xml.bind.JAXBElement<X509IssuerSerialType> createX509DataTypeX509IssuerSerial(X509IssuerSerialType value)
public javax.xml.bind.JAXBElement<byte[]> createX509DataTypeX509Certificate(byte[] value)
public javax.xml.bind.JAXBElement<byte[]> createX509DataTypeX509SKI(byte[] value)
public javax.xml.bind.JAXBElement<String> createX509DataTypeX509SubjectName(String value)
public javax.xml.bind.JAXBElement<byte[]> createX509DataTypeX509CRL(byte[] value)
public javax.xml.bind.JAXBElement<BigInteger> createSignatureMethodTypeHMACOutputLength(BigInteger value)
public javax.xml.bind.JAXBElement<byte[]> createSPKIDataTypeSPKISexp(byte[] value)
public javax.xml.bind.JAXBElement<byte[]> createPGPDataTypePGPKeyID(byte[] value)
public javax.xml.bind.JAXBElement<byte[]> createPGPDataTypePGPKeyPacket(byte[] value)
Apache CXF