public final class TrustStoreUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<java.security.cert.X509Certificate> |
getTrustedCerts(java.security.KeyStore ks)
Return an unmodifiable Set with all trusted X509Certificates contained
in the specified KeyStore.
|