API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig.keyinfo. KeyInfo View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 XMLStructure
      KeyInfo
Subinterfaces
Description
public interface KeyInfo
  A representation of the XML KeyInfo element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
Methods
Hide/Show inherited methods
public List getContent ()
  Returns an unmodifiable list containing the key information.
public String getId ()
  Return the optional Id attribute of this KeyInfo, which may be useful for referencing this KeyInfo from other XML structures.
public void marshal (XMLStructure parent, XMLCryptoContext context) throws MarshalException
  Marshals the key info to XML.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar