private static final class KeyStoreManager.KeyStoreDescriptor extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private String |
storeName |
private String |
storePassword |
private String |
storeProvider |
private String |
storeType |
| 限定符 | 构造器和说明 |
|---|---|
private |
KeyStoreDescriptor(String storeName,
String storeType,
String storeProvider,
String storePassword) |
| 限定符和类型 | 方法和说明 |
|---|---|
private static List<KeyStoreManager.KeyStoreDescriptor> |
createInstances() |
private static List<KeyStoreManager.KeyStoreDescriptor> |
createInstances(String[] storeNames,
String[] storeTypes,
String[] storeProviders,
String[] storePasswords) |
private final String storeName
private final String storeType
private final String storeProvider
private final String storePassword
private static List<KeyStoreManager.KeyStoreDescriptor> createInstances() throws Exception
ExceptionCopyright © 2023. All rights reserved.