PRFAlgorithm.smali

.class public Lorg/spongycastle/crypto/tls/PRFAlgorithm;
.super Ljava/lang/Object;
.source "PRFAlgorithm.java"


# static fields
.field public static final tls_prf_legacy:I = 0x0

.field public static final tls_prf_sha256:I = 0x1

.field public static final tls_prf_sha384:I = 0x2


# direct methods
.method public constructor <init>()V
    .registers 1

    .prologue
    .line 9
    invoke-direct {p0}, Ljava/lang/Object;-><init>()V

    return-void
.end method