final class TrustStoreManager extends Object
| 限定符和类型 | 类和说明 |
|---|---|
private static class |
TrustStoreManager.TrustAnchorManager
The trust anchors manager used to expedite the performance.
|
private static class |
TrustStoreManager.TrustStoreDescriptor
A descriptor of the default trusted KeyStore.
|
| 限定符和类型 | 字段和说明 |
|---|---|
private static TrustStoreManager.TrustAnchorManager |
tam |
| 限定符 | 构造器和说明 |
|---|---|
private |
TrustStoreManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Set<X509Certificate> |
getTrustedCerts()
Return an unmodifiable set of all trusted X509Certificates contained
in the default trusted KeyStore.
|
static KeyStore |
getTrustedKeyStore()
Return an instance of the default trusted KeyStore.
|
private static final TrustStoreManager.TrustAnchorManager tam
public static Set<X509Certificate> getTrustedCerts() throws Exception
ExceptionCopyright © 2023. All rights reserved.