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