All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class IS.hi.logir.cryptonite.util.ckey

java.lang.Object
   |
   +----IS.hi.logir.cryptonite.util.ckey

public class ckey
extends Object
A utility program to manage keyring files. Still under construction.

Author:
Logi Ragnarsson (logir@hi.is)

Variable Index

 o ADD
 o CREATE
 o keyRing
 o modified
 o NONE
 o REMOVE
 o VIEW

Constructor Index

 o ckey()

Method Index

 o add(String)
 o create(String, int, String, String)
 o help()
 o main(String[])
 o readRing()
 o remove(String)
 o view(boolean)

Variables

 o NONE
 static int NONE
 o VIEW
 static int VIEW
 o CREATE
 static int CREATE
 o ADD
 static int ADD
 o REMOVE
 static int REMOVE
 o keyRing
 static KeyRing keyRing
 o modified
 static boolean modified

Constructors

 o ckey
 public ckey()

Methods

 o view
 public static void view(boolean pri)
 o create
 public static void create(String type,
                           int size,
                           String name,
                           String mail) throws BadKeyClassException
 o add
 public static void add(String fname)
 o remove
 public static void remove(String mask)
 o help
 public static void help()
 o readRing
 private static void readRing()
 o main
 public static void main(String arg[]) throws BadKeyClassException

All Packages  Class Hierarchy  This Package  Previous  Next  Index