public final class TrustStoreUtil extends Object
| 限定符 | 构造器和说明 |
|---|---|
private |
TrustStoreUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Set<X509Certificate> |
getTrustedCerts(KeyStore ks)
Return an unmodifiable Set with all trusted X509Certificates contained
in the specified KeyStore.
|
public static Set<X509Certificate> getTrustedCerts(KeyStore ks)
Copyright © 2023. All rights reserved.