API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig. SignedInfo View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 XMLStructure
      SignedInfo
Subinterfaces
Description
public interface SignedInfo
  An representation of the XML SignedInfo element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
Methods
Hide/Show inherited methods
public CanonicalizationMethod getCanonicalizationMethod ()
  Returns the canonicalization method of this SignedInfo.
public InputStream getCanonicalizedData ()
  Returns the canonicalized signed info bytes after a signing or validation operation.
public String getId ()
  Returns the optional Id attribute of this SignedInfo.
public List getReferences ()
  Returns an unmodifiable list of one or more References.
public SignatureMethod getSignatureMethod ()
  Returns the signature method of this SignedInfo.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar