All Packages Class Hierarchy This Package Previous Next Index
Interface cryptix.security.rsa.RSAKeyGenObserver
- public interface RSAKeyGenObserver
This class is an RSA key generator callback for monitoring progress
Copyright (c) 1995, 1996 Systemics Ltd (http://www.systemics.com/)
All rights reserved.
-
FINDING_P
- the RSA Key Generator is searching for a suitable P
-
FINDING_Q
- the RSA Key Generator is searching for a suitable Q
-
KEY_GEN_DONE
- the RSA Key Generator has finished
-
KEY_RESOLVING
- the RSA Key Generator is generation a key from P and Q
FINDING_P
public static final int FINDING_P
- the RSA Key Generator is searching for a suitable P
FINDING_Q
public static final int FINDING_Q
- the RSA Key Generator is searching for a suitable Q
KEY_RESOLVING
public static final int KEY_RESOLVING
- the RSA Key Generator is generation a key from P and Q
KEY_GEN_DONE
public static final int KEY_GEN_DONE
- the RSA Key Generator has finished
All Packages Class Hierarchy This Package Previous Next Index