KeyRep


KeyRep java.security

Java 5.0 serializable

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;   } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net