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

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

Introduction

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

The text is from its open source code.

Implementation

javax.xml.crypto.dsig.XMLSignature has the following implementations.
Click this link to see all its implementation.

Field

StringXMLNS
The XML Namespace URI of the W3C Recommendation for XML-Signature Syntax and Processing.

Method

StringgetId()
Returns the optional Id of this XMLSignature.
KeyInfogetKeyInfo()
Returns the key info of this XMLSignature.
KeySelectorResultgetKeySelectorResult()
Returns the result of the KeySelector , if specified, after this XMLSignature has been signed or validated.
ListgetObjects()
Returns an java.util.Collections#unmodifiableList unmodifiable list of XMLObject s contained in this XMLSignature.
SignatureValuegetSignatureValue()
Returns the signature value of this XMLSignature.
SignedInfogetSignedInfo()
Returns the signed info of this XMLSignature.
voidsign(XMLSignContext signContext)
Signs this XMLSignature.
booleanvalidate(XMLValidateContext validateContext)
Validates the signature according to the core validation processing rules.