May 2001
Intermediate to advanced
618 pages
20h 50m
English
Class java.security.cert.CertificateFactorySpi
This is the service provider interface used to define a certificate factory. It is responsible for decoding certificates and certificate revocation lists read from the given input stream.
public abstract class java.security.cert.CertificateFactorySpi
extends java.lang.Object {
// Constructors
public CertificateFactorySpi( );
// Instance Methods
public abstract CRL engineGenerateCRL(InputStream);
public abstract Collection engineGenerateCRLs(InputStream);
public abstract Certificate engineGenerateCertificate(InputStream);
public abstract Collection engineGenerateCertificates(InputStream);
}Read now
Unlock full access