Java AFS Admin API v1.3

Uses of Class
org.openafs.jafsadm.Key

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

Copyright (c) 2001-2002 International Business Machines Corp.
All rights reserved.
See copyright statement.