|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Key | |
|---|---|
| org.avis.security | |
| Uses of Key in org.avis.security |
|---|
| Methods in org.avis.security that return Key | |
|---|---|
Key |
KeyScheme.publicKeyFor(Key privateKey)
Create the public (aka prime) key for a given private (aka raw) key using this scheme's hash. |
Key |
Key.publicKeyFor(KeyScheme scheme)
Shortcut to generate the public (prime) key for a given scheme. |
| Methods in org.avis.security with parameters of type Key | |
|---|---|
void |
Keys.add(DualKeyScheme scheme,
DualKeyScheme.Subset subset,
Key key)
Add a key for dual key scheme. |
void |
Keys.add(SingleKeyScheme scheme,
Key key)
Add a key for single key scheme. |
boolean |
Key.equals(Key key)
|
Key |
KeyScheme.publicKeyFor(Key privateKey)
Create the public (aka prime) key for a given private (aka raw) key using this scheme's hash. |
void |
Keys.remove(DualKeyScheme scheme,
DualKeyScheme.Subset subset,
Key key)
Remove a key for dual key scheme. |
void |
Keys.remove(SingleKeyScheme scheme,
Key key)
Remove a key for single key scheme. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||