Uses of Class
java.security.cert.CertificateFactory
| Package | Description |
|---|---|
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
| org.bouncycastle.jcajce |
-
Uses of CertificateFactory in java.security.cert
Methods in java.security.cert that return CertificateFactory Modifier and Type Method Description static CertificateFactoryCertificateFactory. getInstance(String type)Creates a newCertificateFactoryinstance that provides the requested certificate type.static CertificateFactoryCertificateFactory. getInstance(String type, String provider)Creates a newCertificateFactoryinstance from the specified provider that provides the requested certificate type.static CertificateFactoryCertificateFactory. getInstance(String type, Provider provider)Creates a newCertificateFactoryinstance from the specified provider that provides the requested certificate type. -
Uses of CertificateFactory in org.bouncycastle.jcajce
Methods in org.bouncycastle.jcajce that return CertificateFactory Modifier and Type Method Description CertificateFactoryDefaultJcaJceHelper. createCertificateFactory(String algorithm)CertificateFactoryJcaJceHelper. createCertificateFactory(String algorithm)CertificateFactoryNamedJcaJceHelper. createCertificateFactory(String algorithm)CertificateFactoryProviderJcaJceHelper. createCertificateFactory(String algorithm)