API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.jcp.xml.dsig.internal.dom. DOMKeyValue View Source
Author(s)
Sean Mullan
Since
Version
Serial
Hierarchy
 Object
      DOMStructure
          DOMKeyValue
Implements
 KeyValue
Subclasses
Description
publicfinal class DOMKeyValue
DOM-based implementation of KeyValue.
See also:   
Constructors
public DOMKeyValue (Element kvElem) throws MarshalException
  Creates a DOMKeyValue from an element.
public DOMKeyValue (PublicKey key) throws KeyException
Methods
Hide/Show inherited methods
public boolean equals (Object obj)
public PublicKey getPublicKey () throws KeyException [Specified in KeyValue]
publicfinal boolean isFeatureSupported (String feature) [Inherited From DOMStructure]
public void marshal (Node parent, String dsPrefix, DOMCryptoContext context) throws MarshalException [Specified in DOMStructure]
Fields
Hide/Show inherited fields
publicfinalstatic String DSA_TYPE = "http://www.w3.org/2000/09/xmldsig#DSAKeyValue" [Inherited From KeyValue]
  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" [Inherited From KeyValue]
  URI identifying the RSA KeyValue KeyInfo type: http://www.w3.org/2000/09/xmldsig#RSAKeyValue.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar