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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

CanonicalizationMethodgetCanonicalizationMethod()
Returns the canonicalization method of this SignedInfo.
StringgetId()
Returns the optional Id attribute of this SignedInfo.
ListgetReferences()
Returns an java.util.Collections#unmodifiableList unmodifiable list of one or more Reference s.
SignatureMethodgetSignatureMethod()
Returns the signature method of this SignedInfo.