Package org.bouncycastle.jce.interfaces
Interface BCKeyStore
-
- All Known Implementing Classes:
BcKeyStoreSpi,BcKeyStoreSpi.BouncyCastleStore,BcKeyStoreSpi.Std,BcKeyStoreSpi.Version1,PKCS12KeyStoreSpi,PKCS12KeyStoreSpi.BCPKCS12KeyStore
public interface BCKeyStoreall BC provider keystores implement this interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetRandom(SecureRandom random)set the random source for the key store
-
-
-
Method Detail
-
setRandom
void setRandom(SecureRandom random)
set the random source for the key store
-
-