|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyScheme | |
---|---|
org.avis.security |
Uses of KeyScheme in org.avis.security |
---|
Subclasses of KeyScheme in org.avis.security | |
---|---|
class |
DualKeyScheme
A key scheme that requires a pair of keys. |
class |
SingleKeyScheme
A key scheme that requires a single key set. |
Methods in org.avis.security that return KeyScheme | |
---|---|
static KeyScheme |
KeyScheme.schemeFor(int id)
Look up the scheme for a given ID. |
Methods in org.avis.security that return types with arguments of type KeyScheme | |
---|---|
static Set<KeyScheme> |
KeyScheme.schemes()
The set of all supported schemes. |
Methods in org.avis.security with parameters of type KeyScheme | |
---|---|
Key |
Key.publicKeyFor(KeyScheme scheme)
Shortcut to generate the public (prime) key for a given scheme. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |