class org.bouncycastle.cms.CMSAuthenticatedDataParser$1 implements org.bouncycastle.cms.AuthAttributesProvider
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.bouncycastle.cms.CMSAuthenticatedDataParser$1
super_class: java.lang.Object
{
final org.bouncycastle.cms.CMSAuthenticatedDataParser this$0;
descriptor: Lorg/bouncycastle/cms/CMSAuthenticatedDataParser;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.bouncycastle.cms.CMSAuthenticatedDataParser);
descriptor: (Lorg/bouncycastle/cms/CMSAuthenticatedDataParser;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // org.bouncycastle.cms.CMSAuthenticatedDataParser$1 this
0: .line 150
aload 0 /* this */
aload 1
putfield org.bouncycastle.cms.CMSAuthenticatedDataParser$1.this$0:Lorg/bouncycastle/cms/CMSAuthenticatedDataParser;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // org.bouncycastle.cms.CMSAuthenticatedDataParser$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/cms/CMSAuthenticatedDataParser$1;
MethodParameters:
Name Flags
this$0 final
public org.bouncycastle.asn1.ASN1Set getAuthAttributes();
descriptor: ()Lorg/bouncycastle/asn1/ASN1Set;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 // org.bouncycastle.cms.CMSAuthenticatedDataParser$1 this
0: .line 156
aload 0 /* this */
getfield org.bouncycastle.cms.CMSAuthenticatedDataParser$1.this$0:Lorg/bouncycastle/cms/CMSAuthenticatedDataParser;
invokevirtual org.bouncycastle.cms.CMSAuthenticatedDataParser.getAuthAttrSet:()Lorg/bouncycastle/asn1/ASN1Set;
1: areturn
2: .line 158
StackMap locals:
StackMap stack: java.io.IOException
pop
3: .line 160
new java.lang.IllegalStateException
dup
ldc "can't parse authenticated attributes!"
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
end local 0 // org.bouncycastle.cms.CMSAuthenticatedDataParser$1 this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/bouncycastle/cms/CMSAuthenticatedDataParser$1;
Exception table:
from to target type
0 1 2 Class java.io.IOException
}
SourceFile: "CMSAuthenticatedDataParser.java"
EnclosingMethod: org.bouncycastle.cms.CMSAuthenticatedDataParser.<init>:(Ljava/io/InputStream;Lorg/bouncycastle/operator/DigestCalculatorProvider;)V
NestHost: org.bouncycastle.cms.CMSAuthenticatedDataParser
InnerClasses:
org.bouncycastle.cms.CMSAuthenticatedDataParser$1