class PKIX extends Object
| 限定符和类型 | 类和说明 |
|---|---|
(专用程序包) static class |
PKIX.BuilderParams |
private static class |
PKIX.CertStoreComparator
Comparator that orders CertStores so that local CertStores come before
remote CertStores.
|
(专用程序包) static class |
PKIX.CertStoreTypeException
A CertStoreException with additional information about the type of
CertStore that generated the exception.
|
(专用程序包) static class |
PKIX.ValidatorParams
PKIXParameters that are shared by the PKIX CertPathValidator
implementation.
|
| 限定符和类型 | 字段和说明 |
|---|---|
private static sun.security.util.Debug |
debug |
| 限定符 | 构造器和说明 |
|---|---|
private |
PKIX() |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) static PKIX.BuilderParams |
checkBuilderParams(CertPathParameters params) |
(专用程序包) static PKIX.ValidatorParams |
checkParams(CertPath cp,
CertPathParameters params) |
(专用程序包) static boolean |
isDSAPublicKeyWithoutParams(PublicKey publicKey) |
static boolean isDSAPublicKeyWithoutParams(PublicKey publicKey)
static PKIX.ValidatorParams checkParams(CertPath cp, CertPathParameters params) throws InvalidAlgorithmParameterException
static PKIX.BuilderParams checkBuilderParams(CertPathParameters params) throws InvalidAlgorithmParameterException
Copyright © 2023. All rights reserved.