API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.crypto. KeySelector.Purpose View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      KeySelector.Purpose
Implements
Subclasses
Description
publicstatic class KeySelector.Purpose
The purpose of the key that is to be selected.
See also:   
Constructors
private KeySelector.Purpose (String name)
Methods
Hide/Show inherited methods
public String toString ()
  Returns a string representation of this purpose ("sign", "verify", "encrypt", or "decrypt").
Fields
Hide/Show inherited fields
publicfinalstatic Purpose DECRYPT
A key for decrypting.
publicfinalstatic Purpose ENCRYPT
A key for encrypting.
publicfinalstatic Purpose SIGN
A key for signing.
publicfinalstatic Purpose VERIFY
A key for verifying.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar