Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.security

Interface PublicKey

java.lang.Object
|
+--java.io.Serializable
   |
   +--java.security.Key
      |
      +--java.security.PublicKey

All Implemented Interfaces:

Key, Serializable


public interface PublicKey

implements Key

This interface specified no methods. In simply provides a common super-interface for all algorithm specific public key values.

Since:Author:See Also: