Java javax.xml.crypto.dsig XMLSignatureFactory fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.crypto.dsig XMLSignatureFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.crypto.dsig XMLSignatureFactory.

The text is from its open source code.

Method

ClassgetClass()
Returns the runtime class of this Object .
XMLSignatureFactorygetInstance()
Returns an XMLSignatureFactory that supports the default XML processing mechanism and representation type ("DOM").
XMLSignatureFactorygetInstance(String mechanismType)
Returns an XMLSignatureFactory that supports the specified XML processing mechanism and representation type (ex: "DOM").
XMLSignatureFactorygetInstance(String mechanismType, Provider provider)
Returns an XMLSignatureFactory that supports the requested XML processing mechanism and representation type (ex: "DOM"), as supplied by the specified provider.
XMLSignatureFactorygetInstance(String mechanismType, String provider)
Returns an XMLSignatureFactory that supports the requested XML processing mechanism and representation type (ex: "DOM"), as supplied by the specified provider.
KeyInfoFactorygetKeyInfoFactory()
Returns a KeyInfoFactory that creates KeyInfo objects.
URIDereferencergetURIDereferencer()
Returns a reference to the URIDereferencer that is used by default to dereference URIs in Reference objects.
CanonicalizationMethodnewCanonicalizationMethod(String algorithm, C14NMethodParameterSpec params)
Creates a CanonicalizationMethod for the specified algorithm URI and parameters.
CanonicalizationMethodnewCanonicalizationMethod(String algorithm, XMLStructure params)
Creates a CanonicalizationMethod for the specified algorithm URI and parameters.
DigestMethodnewDigestMethod(String algorithm, DigestMethodParameterSpec params)
Creates a DigestMethod for the specified algorithm URI and parameters.
ManifestnewManifest(List references)
Creates a Manifest containing the specified list of Reference s.
ReferencenewReference(String uri, DigestMethod dm)
Creates a Reference with the specified URI and digest method.
ReferencenewReference(String uri, DigestMethod dm, List transforms, String type, String id)
Creates a Reference with the specified parameters.
ReferencenewReference(String uri, DigestMethod dm, List transforms, String type, String id, byte[] digestValue)
Creates a Reference with the specified parameters and pre-calculated digest value.
SignatureMethodnewSignatureMethod(String algorithm, SignatureMethodParameterSpec params)
Creates a SignatureMethod for the specified algorithm URI and parameters.
SignaturePropertiesnewSignatureProperties(List properties, String id)
Creates a SignatureProperties containing the specified list of SignatureProperty s and optional id.
SignaturePropertynewSignatureProperty(List content, String target, String id)
Creates a SignatureProperty containing the specified list of XMLStructure s, target URI and optional id.
SignedInfonewSignedInfo(CanonicalizationMethod cm, SignatureMethod sm, List references)
Creates a SignedInfo with the specified canonicalization and signature methods, and list of one or more references.
TransformnewTransform(String algorithm, TransformParameterSpec params)
Creates a Transform for the specified algorithm URI and parameters.
TransformnewTransform(String algorithm, XMLStructure params)
Creates a Transform for the specified algorithm URI and parameters.
XMLObjectnewXMLObject(List content, String id, String mimeType, String encoding)
Creates an XMLObject from the specified parameters.
XMLSignaturenewXMLSignature(SignedInfo si, KeyInfo ki)
Creates an XMLSignature and initializes it with the contents of the specified SignedInfo and KeyInfo objects.
XMLSignaturenewXMLSignature(SignedInfo si, KeyInfo ki, List objects, String id, String signatureValueId)
Creates an XMLSignature and initializes it with the specified parameters.
XMLSignatureunmarshalXMLSignature(XMLValidateContext context)
Unmarshals a new XMLSignature instance from a mechanism-specific XMLValidateContext instance.
XMLSignatureunmarshalXMLSignature(XMLStructure xmlStructure)
Unmarshals a new XMLSignature instance from a mechanism-specific XMLStructure instance.