December 1999
Intermediate to advanced
816 pages
20h 27m
English
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
static long serialVersionUID
String getAlgorithm() byte[] getEncoded() String getFormat()
public final class AllPermission
extends Permission
The AllPermission class is a permission ...
Read now
Unlock full access