All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bouncycastle.jce.interfaces.BCKeyStore Maven / Gradle / Ivy

There is a newer version: 1.70_1
Show newest version
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);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy