| Package | Description |
|---|---|
| no.difi.certvalidator.api |
API for use and extension of validator library.
|
| no.difi.certvalidator.util |
Some default implementations for easy use.
|
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
CertificateBucket.findBySubject(X500Principal principal)
Find certificate by subject.
|
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
CertificateBucketWrapper.findBySubject(X500Principal principal)
Find certificate by subject.
|
X509Certificate |
KeyStoreCertificateBucket.findBySubject(X500Principal principal)
Find certificate by subject.
|
protected KeyStore |
KeyStoreCertificateBucket.getKeyStore()
Allows for overriding method of fetching key store when used.
|
void |
KeyStoreCertificateBucket.startsWith(SimpleCertificateBucket certificates,
String... prefix)
Adding certificates identified by prefix(es) from key store to a SimpleCertificateBucket.
|
SimpleCertificateBucket |
KeyStoreCertificateBucket.startsWith(String... prefix)
Create a new SimpleCertificateBucket and adding certificates based on prefix(es).
|
void |
KeyStoreCertificateBucket.toSimple(SimpleCertificateBucket certificates,
String... aliases)
Adding certificates identified by aliases from key store to a SimpleCertificateBucket.
|
SimpleCertificateBucket |
KeyStoreCertificateBucket.toSimple(String... aliases)
Create a new SimpleCertificateBucket and adding certificates based on aliases.
|
| Constructor and Description |
|---|
KeyStoreCertificateBucket(InputStream inputStream,
String password) |
KeyStoreCertificateBucket(String type,
InputStream inputStream,
String password) |
Copyright © 2020 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.