blob: f2a45b029c77dde0efe7ea9102af7d1aadfa3a12 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
package com.android.internal.org.bouncycastle.jce.interfaces;
import java.security.SecureRandom;
/**
* all BC provider keystores implement this interface.
* @hide This class is not part of the Android public SDK API
*/
public interface BCKeyStore
{
/**
* set the random source for the key store
*/
public void setRandom(SecureRandom random);
}