March 2005
Beginner to intermediate
1254 pages
104h 21m
English
KeyRep
This class
defines a serialized representation for
Key implementations and is typically used only by
security providers, not users of the java.security
package.
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; }
Read now
Unlock full access