public class org.bouncycastle.operator.bc.BcECContentSignerBuilder extends org.bouncycastle.operator.bc.BcContentSignerBuilder
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.operator.bc.BcECContentSignerBuilder
super_class: org.bouncycastle.operator.bc.BcContentSignerBuilder
{
public void <init>(org.bouncycastle.asn1.x509.AlgorithmIdentifier, org.bouncycastle.asn1.x509.AlgorithmIdentifier);
descriptor: (Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 // org.bouncycastle.operator.bc.BcECContentSignerBuilder this
start local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId
start local 2 // org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId
0: .line 15
aload 0 /* this */
aload 1 /* sigAlgId */
aload 2 /* digAlgId */
invokespecial org.bouncycastle.operator.bc.BcContentSignerBuilder.<init>:(Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;)V
1: .line 16
return
end local 2 // org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId
end local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId
end local 0 // org.bouncycastle.operator.bc.BcECContentSignerBuilder this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/operator/bc/BcECContentSignerBuilder;
0 2 1 sigAlgId Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
0 2 2 digAlgId Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
MethodParameters:
Name Flags
sigAlgId
digAlgId
protected org.bouncycastle.crypto.Signer createSigner(org.bouncycastle.asn1.x509.AlgorithmIdentifier, org.bouncycastle.asn1.x509.AlgorithmIdentifier);
descriptor: (Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;)Lorg/bouncycastle/crypto/Signer;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=4, args_size=3
start local 0 // org.bouncycastle.operator.bc.BcECContentSignerBuilder this
start local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId
start local 2 // org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId
0: .line 21
aload 0 /* this */
getfield org.bouncycastle.operator.bc.BcECContentSignerBuilder.digestProvider:Lorg/bouncycastle/operator/bc/BcDigestProvider;
aload 2 /* digAlgId */
invokeinterface org.bouncycastle.operator.bc.BcDigestProvider.get:(Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;)Lorg/bouncycastle/crypto/ExtendedDigest;
astore 3 /* dig */
start local 3 // org.bouncycastle.crypto.Digest dig
1: .line 23
new org.bouncycastle.crypto.signers.DSADigestSigner
dup
new org.bouncycastle.crypto.signers.ECDSASigner
dup
invokespecial org.bouncycastle.crypto.signers.ECDSASigner.<init>:()V
aload 3 /* dig */
invokespecial org.bouncycastle.crypto.signers.DSADigestSigner.<init>:(Lorg/bouncycastle/crypto/DSA;Lorg/bouncycastle/crypto/Digest;)V
areturn
end local 3 // org.bouncycastle.crypto.Digest dig
end local 2 // org.bouncycastle.asn1.x509.AlgorithmIdentifier digAlgId
end local 1 // org.bouncycastle.asn1.x509.AlgorithmIdentifier sigAlgId
end local 0 // org.bouncycastle.operator.bc.BcECContentSignerBuilder this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/operator/bc/BcECContentSignerBuilder;
0 2 1 sigAlgId Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
0 2 2 digAlgId Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
1 2 3 dig Lorg/bouncycastle/crypto/Digest;
Exceptions:
throws org.bouncycastle.operator.OperatorCreationException
MethodParameters:
Name Flags
sigAlgId
digAlgId
}
SourceFile: "BcECContentSignerBuilder.java"