java.security.cert Interface and Class Details

Interface Key

public abstract interface Key
                              extends Serializable

The Key interface is the base interface from which several subinterfaces extend. The Key interface is never implemented directly. This interface defines common features of all Key implementations. All Key implementations have the following items:

  • An algorithm—The algorithm for generating the key

  • An encoded form—The form of the key used for transmitting it outside of a JVM

  • A format—The name of the format of the encoded key

Fields
static long    serialVersionUID
							
Methods
String    getAlgorithm()
byte[]    getEncoded()
String    getFormat()

Class AllPermission

public final class AllPermission
                       extends Permission

The AllPermission class is a permission ...

Get PURE Java™ 2 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.