public interface TrustStoreLoader
KeyStore
abstraction is not completely seamless and for example
we sometimes need slightly different techniques to load the key store on different versions of Android, MacOS,
Windows, etc.Modifier and Type | Interface and Description |
---|---|
static class |
TrustStoreLoader.DefaultTrustStoreLoader |
static class |
TrustStoreLoader.FileTrustStoreLoader |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_KEYSTORE_PASSWORD |
static java.lang.String |
DEFAULT_KEYSTORE_TYPE |
Modifier and Type | Method and Description |
---|---|
java.security.KeyStore |
getKeyStore() |
static final java.lang.String DEFAULT_KEYSTORE_TYPE
static final java.lang.String DEFAULT_KEYSTORE_PASSWORD