RandomGenerator.smali

.class public interface abstract Lorg/spongycastle/crypto/prng/RandomGenerator;
.super Ljava/lang/Object;
.source "RandomGenerator.java"


# virtual methods
.method public abstract addSeedMaterial(J)V
.end method

.method public abstract addSeedMaterial([B)V
.end method

.method public abstract nextBytes([B)V
.end method

.method public abstract nextBytes([BII)V
.end method