API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto.dsig.keyinfo. KeyValue View Source
Author(s)
Sean Mullan
JSR 105 Expert Group
Since
1.6
Version
Serial
Hierarchy
 XMLStructure
      KeyValue
Subinterfaces
Description
public interface KeyValue
  A representation of the XML KeyValue element as defined in the W3C Recommendation for XML-Signature Syntax and Processing.
Methods
Hide/Show inherited methods
public PublicKey getPublicKey () throws KeyException
  Returns the public key of this KeyValue.
Fields
Hide/Show inherited fields
publicfinalstatic String DSA_TYPE = "http://www.w3.org/2000/09/xmldsig#DSAKeyValue"
  URI identifying the DSA KeyValue KeyInfo type: http://www.w3.org/2000/09/xmldsig#DSAKeyValue.
publicfinalstatic String RSA_TYPE = "http://www.w3.org/2000/09/xmldsig#RSAKeyValue"
  URI identifying the RSA KeyValue KeyInfo type: http://www.w3.org/2000/09/xmldsig#RSAKeyValue.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar