Package org.bitcoinj.crypto
Class TrustStoreLoader.DefaultTrustStoreLoader
- java.lang.Object
 - 
- org.bitcoinj.crypto.TrustStoreLoader.DefaultTrustStoreLoader
 
 
- 
- All Implemented Interfaces:
 TrustStoreLoader
- Enclosing interface:
 - TrustStoreLoader
 
public static class TrustStoreLoader.DefaultTrustStoreLoader extends java.lang.Object implements TrustStoreLoader
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.bitcoinj.crypto.TrustStoreLoader
TrustStoreLoader.DefaultTrustStoreLoader, TrustStoreLoader.FileTrustStoreLoader 
 - 
 
- 
Field Summary
- 
Fields inherited from interface org.bitcoinj.crypto.TrustStoreLoader
DEFAULT_KEYSTORE_PASSWORD, DEFAULT_KEYSTORE_TYPE 
 - 
 
- 
Constructor Summary
Constructors Constructor Description DefaultTrustStoreLoader() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.security.KeyStoregetKeyStore() 
 - 
 
- 
- 
Method Detail
- 
getKeyStore
public java.security.KeyStore getKeyStore() throws java.io.FileNotFoundException, java.security.KeyStoreException- Specified by:
 getKeyStorein interfaceTrustStoreLoader- Throws:
 java.io.FileNotFoundExceptionjava.security.KeyStoreException
 
 - 
 
 -