public interface CertificateBucket extends Iterable<X509Certificate>
| Modifier and Type | Method and Description |
|---|---|
default List<X509Certificate> |
asList() |
X509Certificate |
findBySubject(X500Principal principal)
Find certificate by subject.
|
forEach, iterator, spliteratorX509Certificate findBySubject(X500Principal principal) throws CertificateBucketException
principal - Principal representing certificate to be found.CertificateBucketExceptiondefault List<X509Certificate> asList()
Copyright © 2020 Norwegian Agency for Public Management and eGovernment (Difi). All rights reserved.