September 2000
Intermediate to advanced
552 pages
12h 9m
English
This appendix summarizes the classes and interfaces of the java.security packages included with the Java 2 platform and classes and interfaces of the javax.crypto packages of the JCE 1.2.
java.security PackageThe java.security package contains 39 classes and 8 interfaces that provide the foundation for the Java Security API. It also defines 15 security-related exceptions.
CertificateThe Certificate interface has been deprecated (as of JAVA 2 SDK) and is replaced by the java.security.cert.Certificate class. In JDK 1.1, it was used to provide a common set of methods for accessing digital certificates.
GuardThe Guard interface defines an object that is used to guard access to another object. The checkGuard() ...