DigitallySigned.smali
.class public Lorg/spongycastle/crypto/tls/DigitallySigned;
.super Ljava/lang/Object;
.source "DigitallySigned.java"
# instance fields
.field protected algorithm:Lorg/spongycastle/crypto/tls/SignatureAndHashAlgorithm;
.field protected signature:[B
# direct methods
.method public constructor <init>(Lorg/spongycastle/crypto/tls/SignatureAndHashAlgorithm;[B)V
.registers 5
.prologue
.line 13
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
.line 14
if-nez p2, :cond_d
.line 16
new-instance v0, Ljava/lang/IllegalArgumentException;
const-string v1, "\'signature\' cannot be null"
invoke-direct {v0, v1}, Ljava/lang/IllegalArgumentException;-><init>(Ljava/lang/String;)V
throw v0
.line 19
:cond_d
iput-object p1, p0, Lorg/spongycastle/crypto/tls/DigitallySigned;->algorithm:Lorg/spongycastle/crypto/tls/SignatureAndHashAlgorithm;
.line 20
iput-object p2, p0, Lorg/spongycastle/crypto/tls/DigitallySigned;->signature:[B
.line 21
return-void
.end method
.method public static parse(Lorg/spongycastle/crypto/tls/TlsContext;Ljava/io/InputStream;)Lorg/spongycastle/crypto/tls/DigitallySigned;
.registers 5
.prologue
.line 64
const/4 v0, 0x0
.line 65
invoke-static {p0}, Lorg/spongycastle/crypto/tls/TlsUtils;->isTLSv12(Lorg/spongycastle/crypto/tls/TlsContext;)Z
move-result v1
if-eqz v1, :cond_b
.line 67
invoke-static {p1}, Lorg/spongycastle/crypto/tls/SignatureAndHashAlgorithm;->parse(Ljava/io/InputStream;)Lorg/spongycastle/crypto/tls/SignatureAndHashAlgorithm;
move-result-object v0
.line 69
:cond_b
invoke-static {p1}, Lorg/spongycastle/crypto/tls/TlsUtils;->readOpaque16(Ljava/io/InputStream;)[B
move-result-object v1
.line 70
new-instance v2, Lorg/spongycastle/crypto/tls/DigitallySigned;
invoke-direct {v2, v0, v1}, Lorg/spongycastle/crypto/tls/DigitallySigned;-><init>(Lorg/spongycastle/crypto/tls/SignatureAndHashAlgorithm;[B)V
return-object v2
.end method
# virtual methods
.method public encode(Ljava/io/OutputStream;)V
.registers 3
.prologue
.line 45
iget-object v0, p0, Lorg/spongycastle/crypto/tls/DigitallySigned;->algorithm:Lorg/spongycastle/crypto/tls/SignatureAndHashAlgorithm;
if-eqz v0, :cond_9
.line 47
iget-object v0, p0, Lorg/spongycastle/crypto/tls/DigitallySigned;->algorithm:Lorg/spongycastle/crypto/tls/SignatureAndHashAlgorithm;
invoke-virtual {v0, p1}, Lorg/spongycastle/crypto/tls/SignatureAndHashAlgorithm;->encode(Ljava/io/OutputStream;)V
.line 49
:cond_9
iget-object v0, p0, Lorg/spongycastle/crypto/tls/DigitallySigned;->signature:[B
invoke-static {v0, p1}, Lorg/spongycastle/crypto/tls/TlsUtils;->writeOpaque16([BLjava/io/OutputStream;)V
.line 50
return-void
.end method
.method public getAlgorithm()Lorg/spongycastle/crypto/tls/SignatureAndHashAlgorithm;
.registers 2
.prologue
.line 28
iget-object v0, p0, Lorg/spongycastle/crypto/tls/DigitallySigned;->algorithm:Lorg/spongycastle/crypto/tls/SignatureAndHashAlgorithm;
return-object v0
.end method
.method public getSignature()[B
.registers 2
.prologue
.line 33
iget-object v0, p0, Lorg/spongycastle/crypto/tls/DigitallySigned;->signature:[B
return-object v0
.end method