Class CertificateFactory
java.lang.Object
java.security.cert.CertificateFactory
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCertificateFactory(CertificateFactorySpi var0, Provider var1, String var2) -
Method Summary
Modifier and TypeMethodDescriptionfinal Certificatefinal Collectionfinal CRLgenerateCRL(InputStream var0) final CollectiongenerateCRLs(InputStream var0) static final CertificateFactorygetInstance(String var0) static final CertificateFactorygetInstance(String var0, String var1) final Providerfinal StringgetType()
-
Constructor Details
-
CertificateFactory
-
-
Method Details
-
generateCertificate
- Throws:
CertificateException
-
generateCertificates
- Throws:
CertificateException
-
generateCRL
- Throws:
CRLException
-
generateCRLs
- Throws:
CRLException
-
getInstance
- Throws:
CertificateException
-
getInstance
public static final CertificateFactory getInstance(String var0, String var1) throws CertificateException, NoSuchProviderException -
getProvider
-
getType
-