Modifier and Type | Class and Description |
---|---|
pack-priv static class | |
private static class | PKIX.
Comparator that orders CertStores so that local CertStores come before remote CertStores. |
pack-priv static class | PKIX.
A CertStoreException with additional information about the type of CertStore that generated the exception. |
pack-priv static class | PKIX.
PKIXParameters that are shared by the PKIX CertPathValidator implementation. |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
pack-priv static PKIX. | |
pack-priv static PKIX. | |
pack-priv static boolean |
debug | back to summary |
---|---|
private static final Debug debug |
PKIX | back to summary |
---|---|
private PKIX() |
checkBuilderParams | back to summary |
---|---|
pack-priv static PKIX. |
checkParams | back to summary |
---|---|
pack-priv static PKIX. |
isDSAPublicKeyWithoutParams | back to summary |
---|---|
pack-priv static boolean isDSAPublicKeyWithoutParams(PublicKey publicKey) |
Modifier and Type | Field and Description |
---|---|
private PKIXBuilderParameters | |
private List | |
private X500Principal |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
pack-priv List | |
private void | |
private static X500Principal | getTargetSubject(List<CertStore> stores, X509CertSelector sel)
Returns the target subject DN from the first X509Certificate that is fetched that matches the specified X509CertSelector. |
pack-priv int | |
pack-priv PKIXBuilderParameters | |
pack-priv X500Principal |
params | back to summary |
---|---|
private PKIXBuilderParameters params Hides sun. |
stores | back to summary |
---|---|
private List<CertStore> stores Hides sun. |
targetSubject | back to summary |
---|---|
private X500Principal targetSubject |
BuilderParams | back to summary |
---|---|
pack-priv BuilderParams(PKIXBuilderParameters params) throws InvalidAlgorithmParameterException |
certStores | back to summary |
---|---|
pack-priv List Overrides sun.
|
checkParams | back to summary |
---|---|
private void checkParams(PKIXBuilderParameters params) throws InvalidAlgorithmParameterException |
getTargetSubject | back to summary |
---|---|
private static X500Principal getTargetSubject(List<CertStore> stores, X509CertSelector sel) throws InvalidAlgorithmParameterException Returns the target subject DN from the first X509Certificate that is fetched that matches the specified X509CertSelector. |
maxPathLength | back to summary |
---|---|
pack-priv int maxPathLength() |
params | back to summary |
---|---|
pack-priv PKIXBuilderParameters params() |
targetSubject | back to summary |
---|---|
pack-priv X500Principal targetSubject() |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public int | compare(CertStore
the first object to be compared. store1, CertStore the second object to be compared. store2)Implements java. Compares its two arguments for order. |
CertStoreComparator | back to summary |
---|---|
private CertStoreComparator() |
compare | back to summary |
---|---|
public int compare(CertStore store1, CertStore store2) Implements java. Doc from java. Compares its two arguments for order. Returns a negative integer, zero, or a positive integer as the first argument is less than, equal to, or greater than the second.
The implementor must ensure that
The implementor must also ensure that the relation is transitive:
Finally, the implementor must ensure that |
Modifier and Type | Field and Description |
---|---|
private static final long | |
private final String |
Access | Constructor and Description |
---|---|
pack-priv |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
type | back to summary |
---|---|
private final String type |
CertStoreTypeException | back to summary |
---|---|
pack-priv CertStoreTypeException(String type, CertStoreException cse) |
getType | back to summary |
---|---|
pack-priv String getType() |
Modifier and Type | Field and Description |
---|---|
private final Set | |
private CertPath | |
private List | |
private List | |
private CertSelector | |
private Date | |
private boolean | |
private boolean | |
private final PKIXParameters | |
private Set | |
private List | |
private Timestamp | |
private Date | |
private String |
Access | Constructor and Description |
---|---|
pack-priv | |
pack-priv |
Modifier and Type | Method and Description |
---|---|
pack-priv boolean | |
pack-priv List | |
pack-priv CertPath | |
pack-priv List | |
pack-priv List | |
pack-priv Date | |
pack-priv boolean | |
pack-priv PKIXParameters | |
pack-priv Set | |
pack-priv boolean | |
pack-priv boolean | |
pack-priv boolean | |
pack-priv void | |
pack-priv String | |
pack-priv CertSelector | |
pack-priv Date | |
pack-priv Set | |
pack-priv String |
anchors | back to summary |
---|---|
private final Set<TrustAnchor> anchors |
certPath | back to summary |
---|---|
private CertPath certPath |
certs | back to summary |
---|---|
private List<X509Certificate> certs |
checkers | back to summary |
---|---|
private List<PKIXCertPathChecker> checkers |
constraints | back to summary |
---|---|
private CertSelector constraints |
date | back to summary |
---|---|
private Date date |
gotConstraints | back to summary |
---|---|
private boolean gotConstraints |
gotDate | back to summary |
---|---|
private boolean gotDate |
params | back to summary |
---|---|
private final PKIXParameters params |
policies | back to summary |
---|---|
private Set<String> policies |
stores | back to summary |
---|---|
private List<CertStore> stores |
timestamp | back to summary |
---|---|
private Timestamp timestamp |
timestampDate | back to summary |
---|---|
private Date timestampDate |
variant | back to summary |
---|---|
private String variant |
ValidatorParams | back to summary |
---|---|
pack-priv ValidatorParams(CertPath cp, PKIXParameters params) throws InvalidAlgorithmParameterException |
ValidatorParams | back to summary |
---|---|
pack-priv ValidatorParams(PKIXParameters params) throws InvalidAlgorithmParameterException |
anyPolicyInhibited | back to summary |
---|---|
pack-priv boolean anyPolicyInhibited() |
certificates | back to summary |
---|---|
pack-priv List |
certPath | back to summary |
---|---|
pack-priv CertPath certPath() |
certPathCheckers | back to summary |
---|---|
pack-priv List |
certStores | back to summary |
---|---|
pack-priv List |
date | back to summary |
---|---|
pack-priv Date date() |
explicitPolicyRequired | back to summary |
---|---|
pack-priv boolean explicitPolicyRequired() |
getPKIXParameters | back to summary |
---|---|
pack-priv PKIXParameters getPKIXParameters() |
initialPolicies | back to summary |
---|---|
pack-priv Set |
policyMappingInhibited | back to summary |
---|---|
pack-priv boolean policyMappingInhibited() |
policyQualifiersRejected | back to summary |
---|---|
pack-priv boolean policyQualifiersRejected() |
revocationEnabled | back to summary |
---|---|
pack-priv boolean revocationEnabled() |
setCertPath | back to summary |
---|---|
pack-priv void setCertPath(CertPath cp) |
sigProvider | back to summary |
---|---|
pack-priv String sigProvider() |
targetCertConstraints | back to summary |
---|---|
pack-priv CertSelector targetCertConstraints() |
timestamp | back to summary |
---|---|
pack-priv Date timestamp() |
trustAnchors | back to summary |
---|---|
pack-priv Set |
variant | back to summary |
---|---|
pack-priv String variant() |