Package org.bitcoinj.crypto
Class TrustStoreLoader.FileTrustStoreLoader
- java.lang.Object
-
- org.bitcoinj.crypto.TrustStoreLoader.FileTrustStoreLoader
-
- All Implemented Interfaces:
TrustStoreLoader
- Enclosing interface:
- TrustStoreLoader
public static class TrustStoreLoader.FileTrustStoreLoader 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 FileTrustStoreLoader(java.io.File path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.security.KeyStore
getKeyStore()
-
-
-
Method Detail
-
getKeyStore
public java.security.KeyStore getKeyStore() throws java.io.FileNotFoundException, java.security.KeyStoreException
- Specified by:
getKeyStore
in interfaceTrustStoreLoader
- Throws:
java.io.FileNotFoundException
java.security.KeyStoreException
-
-