| Package | Description |
|---|---|
| java.security.cert |
Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
|
| Modifier and Type | Method and Description |
|---|---|
static CertificateFactory |
CertificateFactory.getInstance(String type)
Generates a certificate factory object that implements the
specified certificate type.
|
static CertificateFactory |
CertificateFactory.getInstance(String type,
Provider provider)
Generates a certificate factory object for the specified
certificate type from the specified provider.
|
static CertificateFactory |
CertificateFactory.getInstance(String type,
String provider)
Generates a certificate factory object for the specified
certificate type from the specified provider.
|
Copyright © 2012. All Rights Reserved.