Name

KeyRep.Type

Synopsis

The constants defined by this enumerated type represent the general types of cryptographic keys: public keys, private keys, and secret keys.

public enum KeyRep.Type {
// Enumerated Constants
                  SECRET,  
     PUBLIC,  
     PRIVATE;  
// Public Class Methods
     public static KeyRep.Type valueOf(String name);  
     public static final KeyRep.Type[ ] values( );  
}

Passed To

KeyRep.KeyRep( )

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.