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 String |
DEFAULT_KEYSTORE_PASSWORD |
static String |
DEFAULT_KEYSTORE_TYPE |
Modifier and Type | Method and Description |
---|---|
KeyStore |
getKeyStore() |
static final String DEFAULT_KEYSTORE_TYPE
static final String DEFAULT_KEYSTORE_PASSWORD
KeyStore getKeyStore() throws FileNotFoundException, KeyStoreException
Copyright © 2016. All rights reserved.