|
Java AFS Admin API v1.3 | ||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Key in org.openafs.jafsadm |
Methods in org.openafs.jafsadm 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.jafsadm 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. |
|
Java AFS Admin (jafsadm) API for OpenAFS | ||||||||
PREV NEXT | FRAMES NO FRAMES |