private static final class TrustStoreManager.TrustStoreDescriptor extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
private static String |
defaultStore |
private static String |
defaultStorePath |
private static String |
fileSep |
private static String |
jsseDefaultStore |
private long |
lastModified |
private File |
storeFile |
private String |
storeName |
private String |
storePassword |
private String |
storeProvider |
private String |
storeType |
| 限定符 | 构造器和说明 |
|---|---|
private |
TrustStoreDescriptor(String storeName,
String storeType,
String storeProvider,
String storePassword,
File storeFile,
long lastModified) |
| 限定符和类型 | 方法和说明 |
|---|---|
(专用程序包) static TrustStoreManager.TrustStoreDescriptor |
createInstance()
Create an instance of TrustStoreDescriptor for the default
trusted KeyStore.
|
(专用程序包) static TrustStoreManager.TrustStoreDescriptor |
createInstance(String storeName,
String storeType,
String storeProvider,
String storePassword,
boolean useDefaultStore) |
(专用程序包) static List<TrustStoreManager.TrustStoreDescriptor> |
createInstances() |
boolean |
equals(Object obj) |
private static String[] |
getTrustStorePropValues(String propKey,
String propValue,
int storeCount) |
int |
hashCode() |
private static final String fileSep
private static final String defaultStorePath
private static final String defaultStore
private static final String jsseDefaultStore
private final String storeName
private final String storeType
private final String storeProvider
private final String storePassword
private final File storeFile
private final long lastModified
static TrustStoreManager.TrustStoreDescriptor createInstance()
static List<TrustStoreManager.TrustStoreDescriptor> createInstances()
static TrustStoreManager.TrustStoreDescriptor createInstance(String storeName, String storeType, String storeProvider, String storePassword, boolean useDefaultStore)
private static String[] getTrustStorePropValues(String propKey, String propValue, int storeCount)
Copyright © 2023. All rights reserved.