public class org.bouncycastle.operator.bc.BcSignerOutputStream extends java.io.OutputStream
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.operator.bc.BcSignerOutputStream
super_class: java.io.OutputStream
{
private org.bouncycastle.crypto.Signer sig;
descriptor: Lorg/bouncycastle/crypto/Signer;
flags: (0x0002) ACC_PRIVATE
void <init>(org.bouncycastle.crypto.Signer);
descriptor: (Lorg/bouncycastle/crypto/Signer;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.io.OutputStream.<init>:()V
1: aload 0
aload 1
putfield org.bouncycastle.operator.bc.BcSignerOutputStream.sig:Lorg/bouncycastle/crypto/Signer;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/bouncycastle/operator/bc/BcSignerOutputStream;
0 3 1 sig Lorg/bouncycastle/crypto/Signer;
MethodParameters:
Name Flags
sig
public void write(byte[], int, int);
descriptor: ([BII)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.bouncycastle.operator.bc.BcSignerOutputStream.sig:Lorg/bouncycastle/crypto/Signer;
aload 1
iload 2
iload 3
invokeinterface org.bouncycastle.crypto.Signer.update:([BII)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/operator/bc/BcSignerOutputStream;
0 2 1 bytes [B
0 2 2 off I
0 2 3 len I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
bytes
off
len
public void write(byte[]);
descriptor: ([B)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.bouncycastle.operator.bc.BcSignerOutputStream.sig:Lorg/bouncycastle/crypto/Signer;
aload 1
iconst_0
aload 1
arraylength
invokeinterface org.bouncycastle.crypto.Signer.update:([BII)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/operator/bc/BcSignerOutputStream;
0 2 1 bytes [B
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
bytes
public void write(int);
descriptor: (I)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.bouncycastle.operator.bc.BcSignerOutputStream.sig:Lorg/bouncycastle/crypto/Signer;
iload 1
i2b
invokeinterface org.bouncycastle.crypto.Signer.update:(B)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/operator/bc/BcSignerOutputStream;
0 2 1 b I
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
b
byte[] getSignature();
descriptor: ()[B
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.operator.bc.BcSignerOutputStream.sig:Lorg/bouncycastle/crypto/Signer;
invokeinterface org.bouncycastle.crypto.Signer.generateSignature:()[B
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/operator/bc/BcSignerOutputStream;
Exceptions:
throws org.bouncycastle.crypto.CryptoException
boolean verify(byte[]);
descriptor: ([B)Z
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.bouncycastle.operator.bc.BcSignerOutputStream.sig:Lorg/bouncycastle/crypto/Signer;
aload 1
invokeinterface org.bouncycastle.crypto.Signer.verifySignature:([B)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/operator/bc/BcSignerOutputStream;
0 1 1 expected [B
MethodParameters:
Name Flags
expected
}
SourceFile: "BcSignerOutputStream.java"