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
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
static
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").
Returns a string representation of this purpose ("sign",
"verify", "encrypt", or "decrypt").
Returns:
a string representation of this purpose
Fields
Hide/Show inherited fields
public
final
static
Purpose
DECRYPT
A key for decrypting.
public
final
static
Purpose
ENCRYPT
A key for encrypting.
public
final
static
Purpose
SIGN
A key for signing.
public
final
static
Purpose
VERIFY
A key for verifying.
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar