|
JAFS API v2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Key in org.openafs.jafs |
| Methods in org.openafs.jafs that return Key | |
Key |
Server.getKey(int keyVersion)
Retrieves the Key object (which is an abstract
representation of an actual AFS partition of this server) designated
by nkeyVersion. |
Key[] |
Server.getKeys()
Retrieves an array containing all of the Key objects
associated with this Server, each of which are an abstract
representation of an actual AFS key of the AFS server.
|
| Methods in org.openafs.jafs with parameters of type Key | |
int |
Key.compareTo(Key key)
Compares two Key objects respective to their key version and does not factor any other attribute. |
boolean |
Key.equals(Key otherKey)
Tests whether two Key objects are equal, based on their
encryption key, version, and associated Server. |
protected static void |
Key.getKeyInfo(int serverHandle,
int version,
Key key)
Fills in the information fields of the provided Key. |
protected static int |
Server.getKeysNext(int iterationId,
Key theKey)
Returns the next key of the server. |
|
JAFS API v2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||