Uses of Class
network.oxalis.commons.certvalidator.api.CertificateBucketException
-
Packages that use CertificateBucketException Package Description network.oxalis.commons.certvalidator.api API for use and extension of validator library.network.oxalis.commons.certvalidator.util Some default implementations for easy use. -
-
Uses of CertificateBucketException in network.oxalis.commons.certvalidator.api
Methods in network.oxalis.commons.certvalidator.api that throw CertificateBucketException Modifier and Type Method Description X509CertificateCertificateBucket. findBySubject(X500Principal principal)Find certificate by subject. -
Uses of CertificateBucketException in network.oxalis.commons.certvalidator.util
Methods in network.oxalis.commons.certvalidator.util that throw CertificateBucketException Modifier and Type Method Description X509CertificateCertificateBucketWrapper. findBySubject(X500Principal principal)Find certificate by subject.X509CertificateKeyStoreCertificateBucket. findBySubject(X500Principal principal)Find certificate by subject.protected KeyStoreKeyStoreCertificateBucket. getKeyStore()Allows for overriding method of fetching key store when used.SimpleCertificateBucketKeyStoreCertificateBucket. startsWith(String... prefix)Create a new SimpleCertificateBucket and adding certificates based on prefix(es).voidKeyStoreCertificateBucket. startsWith(SimpleCertificateBucket certificates, String... prefix)Adding certificates identified by prefix(es) from key store to a SimpleCertificateBucket.SimpleCertificateBucketKeyStoreCertificateBucket. toSimple(String... aliases)Create a new SimpleCertificateBucket and adding certificates based on aliases.voidKeyStoreCertificateBucket. toSimple(SimpleCertificateBucket certificates, String... aliases)Adding certificates identified by aliases from key store to a SimpleCertificateBucket.Constructors in network.oxalis.commons.certvalidator.util that throw CertificateBucketException Constructor Description KeyStoreCertificateBucket(InputStream inputStream, String password)KeyStoreCertificateBucket(String type, InputStream inputStream, String password)
-