Package java.security.cert
Class CertificateFactory
- java.lang.Object
-
- java.security.cert.CertificateFactory
-
public class CertificateFactory extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCertificateFactory(CertificateFactorySpi var0, Provider var1, String var2)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CertificategenerateCertificate(InputStream var0)CollectiongenerateCertificates(InputStream var0)CRLgenerateCRL(InputStream var0)CollectiongenerateCRLs(InputStream var0)static CertificateFactorygetInstance(String var0)static CertificateFactorygetInstance(String var0, String var1)ProvidergetProvider()StringgetType()
-
-
-
Constructor Detail
-
CertificateFactory
protected CertificateFactory(CertificateFactorySpi var0, Provider var1, String var2)
-
-
Method Detail
-
generateCertificate
public final Certificate generateCertificate(InputStream var0) throws CertificateException
- Throws:
CertificateException
-
generateCertificates
public final Collection generateCertificates(InputStream var0) throws CertificateException
- Throws:
CertificateException
-
generateCRL
public final CRL generateCRL(InputStream var0) throws CRLException
- Throws:
CRLException
-
generateCRLs
public final Collection generateCRLs(InputStream var0) throws CRLException
- Throws:
CRLException
-
getInstance
public static final CertificateFactory getInstance(String var0) throws CertificateException
- Throws:
CertificateException
-
getInstance
public static final CertificateFactory getInstance(String var0, String var1) throws CertificateException, NoSuchProviderException
-
getProvider
public final Provider getProvider()
-
getType
public final String getType()
-
-