Package | Description |
---|---|
java.security.cert |
Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
|
Modifier and Type | Method and Description |
---|---|
abstract Collection<? extends Certificate> |
CertStoreSpi.engineGetCertificates(CertSelector selector)
Returns a
Collection of Certificate s that
match the specified selector. |
abstract Collection<? extends CRL> |
CertStoreSpi.engineGetCRLs(CRLSelector selector)
Returns a
Collection of CRL s that
match the specified selector. |
Collection<? extends Certificate> |
CertStore.getCertificates(CertSelector selector)
Returns a
Collection of Certificate s that
match the specified selector. |
Collection<? extends CRL> |
CertStore.getCRLs(CRLSelector selector)
Returns a
Collection of CRL s that
match the specified selector. |
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.