SupplementalDataEntry.smali

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


# instance fields
.field protected data:[B

.field protected dataType:I


# direct methods
.method public constructor <init>(I[B)V
    .registers 3

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

    .line 10
    iput p1, p0, Lorg/spongycastle/crypto/tls/SupplementalDataEntry;->dataType:I

    .line 11
    iput-object p2, p0, Lorg/spongycastle/crypto/tls/SupplementalDataEntry;->data:[B

    .line 12
    return-void
.end method


# virtual methods
.method public getData()[B
    .registers 2

    .prologue
    .line 21
    iget-object v0, p0, Lorg/spongycastle/crypto/tls/SupplementalDataEntry;->data:[B

    return-object v0
.end method

.method public getDataType()I
    .registers 2

    .prologue
    .line 16
    iget v0, p0, Lorg/spongycastle/crypto/tls/SupplementalDataEntry;->dataType:I

    return v0
.end method