Uses of Class
org.bouncycastle.x509.X509CertStoreSelector
| Package | Description |
|---|---|
| org.bouncycastle.jce.provider | |
| org.bouncycastle.x509 |
-
Uses of X509CertStoreSelector in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider with parameters of type X509CertStoreSelector Modifier and Type Method Description protected static CollectionCertPathValidatorUtilities. findCertificates(X509CertStoreSelector certSelect, List certStores)Return a Collection of all certificates or attribute certificates found in the X509Store's that are matching the certSelect criteriums. -
Uses of X509CertStoreSelector in org.bouncycastle.x509
Methods in org.bouncycastle.x509 that return X509CertStoreSelector Modifier and Type Method Description static X509CertStoreSelectorX509CertStoreSelector. getInstance(X509CertSelector selector)Returns an instance of this from aX509CertSelector.