Uses of Class
network.oxalis.commons.certvalidator.util.SimpleCertificateBucket
-
Packages that use SimpleCertificateBucket Package Description network.oxalis.commons.certvalidator.util Some default implementations for easy use. -
-
Uses of SimpleCertificateBucket in network.oxalis.commons.certvalidator.util
Methods in network.oxalis.commons.certvalidator.util that return SimpleCertificateBucket Modifier and Type Method Description SimpleCertificateBucketKeyStoreCertificateBucket. startsWith(String... prefix)Create a new SimpleCertificateBucket and adding certificates based on prefix(es).SimpleCertificateBucketKeyStoreCertificateBucket. toSimple(String... aliases)Create a new SimpleCertificateBucket and adding certificates based on aliases.Methods in network.oxalis.commons.certvalidator.util with parameters of type SimpleCertificateBucket Modifier and Type Method Description voidKeyStoreCertificateBucket. startsWith(SimpleCertificateBucket certificates, String... prefix)Adding certificates identified by prefix(es) from key store to a SimpleCertificateBucket.voidKeyStoreCertificateBucket. toSimple(SimpleCertificateBucket certificates, String... aliases)Adding certificates identified by aliases from key store to a SimpleCertificateBucket.
-