Name

KeyRep

Synopsis

This class defines a serialized representation for Key implementations and is typically used only by security providers, not users of the java.security package.

java.security.KeyRep

Figure 14-22. java.security.KeyRep

public class KeyRep implements Serializable {
// Public Constructors
     public KeyRep(KeyRep.Type type, String algorithm, String format, 
        byte[ ] encoded);  
// Nested Types
     public enum Type; 
// Protected Instance Methods
     protected Object readResolve( ) throws java.io.ObjectStreamException;  
}

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.