Package org.bitcoinj.crypto
Interface TrustStoreLoader
- All Known Implementing Classes:
 TrustStoreLoader.DefaultTrustStoreLoader,TrustStoreLoader.FileTrustStoreLoader
public interface TrustStoreLoader
An implementation of TrustStoreLoader handles fetching a KeyStore from the operating system, a file, etc. It's
 necessary because the Java 
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.- 
Field Details
- 
DEFAULT_KEYSTORE_TYPE
 - 
DEFAULT_KEYSTORE_PASSWORD
- See Also:
 
 
 - 
 - 
Method Details
- 
getKeyStore
 
 -