FileDocCategorySizeDatePackage
BCKeyStore.javaAPI DocAzureus 3.0.3.4284Tue Jun 08 05:13:02 BST 2004org.bouncycastle.jce.interfaces

BCKeyStore.java

package org.bouncycastle.jce.interfaces;

import java.security.SecureRandom;

/**
 * all BC provider keystores implement this interface.
 */
public interface BCKeyStore
{
    /**
     * set the random source for the key store
     */
    public void setRandom(SecureRandom random);
}