interface com.sun.crypto.provider.AESConstants
minor version: 0
major version: 59
flags: flags: (0x0600) ACC_INTERFACE, ACC_ABSTRACT
this_class: com.sun.crypto.provider.AESConstants
super_class: java.lang.Object
{
public static final int AES_BLOCK_SIZE;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 16
public static final int[] AES_KEYSIZES;
descriptor: [I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: iconst_3
newarray 10
dup
iconst_0
bipush 16
iastore
dup
iconst_1
bipush 24
iastore
dup
iconst_2
bipush 32
iastore
putstatic com.sun.crypto.provider.AESConstants.AES_KEYSIZES:[I
return
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "AESConstants.java"