| Package | Description |
|---|---|
| network.oxalis.commons.certvalidator.util |
Some default implementations for easy use.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleCertificateBucket |
KeyStoreCertificateBucket.startsWith(String... prefix)
Create a new SimpleCertificateBucket and adding certificates based on prefix(es).
|
SimpleCertificateBucket |
KeyStoreCertificateBucket.toSimple(String... aliases)
Create a new SimpleCertificateBucket and adding certificates based on aliases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyStoreCertificateBucket.startsWith(SimpleCertificateBucket certificates,
String... prefix)
Adding certificates identified by prefix(es) from key store to a SimpleCertificateBucket.
|
void |
KeyStoreCertificateBucket.toSimple(SimpleCertificateBucket certificates,
String... aliases)
Adding certificates identified by aliases from key store to a SimpleCertificateBucket.
|
Copyright © 2022 NorStella. All rights reserved.