java.security.cert Class Details
Class Certificate
public abstract class Certificate
extends Object
The Certificate class is an abstract base class for a number of concrete Certificate classes. A certificate serves to validate that a digital signature belongs to the alleged signer, such as an individual or company. Certificates can be self-generated or obtained from a certificate authority (CA). A self-generated certificate would be appropriate for an intranet application. For an applet from an external source, in general, you would only want to accept a certificate from a certificate authority. You should also be aware that a certificate may ...
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.