Interface BCKeyStore

All Known Implementing Classes:
BcKeyStoreSpi, BcKeyStoreSpi.BouncyCastleStore, BcKeyStoreSpi.Std, BcKeyStoreSpi.Version1, PKCS12KeyStoreSpi

public interface BCKeyStore
all BC provider keystores implement this interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set the random source for the key store
  • Method Details

    • setRandom

      void setRandom(SecureRandom random)
      set the random source for the key store