| 程序包 | 说明 |
|---|---|
| org.openeuler.sun.security.ssl |
| 限定符和类型 | 字段和说明 |
|---|---|
private TrustStoreManager.TrustStoreDescriptor |
TrustStoreManager.TrustAnchorManager.descriptor |
| 限定符和类型 | 字段和说明 |
|---|---|
private List<TrustStoreManager.TrustStoreDescriptor> |
TrustStoreManager.TrustAnchorManager.descriptors |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) static TrustStoreManager.TrustStoreDescriptor |
TrustStoreManager.TrustStoreDescriptor.createInstance()
Create an instance of TrustStoreDescriptor for the default
trusted KeyStore.
|
(专用程序包) static TrustStoreManager.TrustStoreDescriptor |
TrustStoreManager.TrustStoreDescriptor.createInstance(String storeName,
String storeType,
String storeProvider,
String storePassword,
boolean useDefaultStore) |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) static List<TrustStoreManager.TrustStoreDescriptor> |
TrustStoreManager.TrustStoreDescriptor.createInstances() |
| 限定符和类型 | 方法和说明 |
|---|---|
private KeyStore |
TrustStoreManager.TrustAnchorManager.createEmptyKeyStore(TrustStoreManager.TrustStoreDescriptor descriptor)
Create empty key store
|
(专用程序包) KeyStore |
TrustStoreManager.TrustAnchorManager.getKeyStore(TrustStoreManager.TrustStoreDescriptor descriptor)
Get the default trusted KeyStore with the specified descriptor.
|
(专用程序包) Set<X509Certificate> |
TrustStoreManager.TrustAnchorManager.getTrustedCerts(TrustStoreManager.TrustStoreDescriptor descriptor)
Get trusted certificates in the default trusted KeyStore with
the specified descriptor.
|
private static KeyStore |
TrustStoreManager.TrustAnchorManager.loadKeyStore(TrustStoreManager.TrustStoreDescriptor descriptor)
Load the the KeyStore as described in the specified descriptor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) KeyStore |
TrustStoreManager.TrustAnchorManager.getKeyStore(List<TrustStoreManager.TrustStoreDescriptor> descriptors)
Get the default trusted KeyStore with the specified descriptor.
|
(专用程序包) Set<X509Certificate> |
TrustStoreManager.TrustAnchorManager.getTrustedCerts(List<TrustStoreManager.TrustStoreDescriptor> descriptors)
Get trusted certificates in the default trusted KeyStore with
the specified descriptor.
|
private KeyStore |
TrustStoreManager.TrustAnchorManager.loadKeyStore(List<TrustStoreManager.TrustStoreDescriptor> descriptors)
Load the the KeyStore as described in the specified descriptors.
|
Copyright © 2023. All rights reserved.