public class org.bouncycastle.crypto.engines.CamelliaWrapEngine extends org.bouncycastle.crypto.engines.RFC3394WrapEngine
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.crypto.engines.CamelliaWrapEngine
super_class: org.bouncycastle.crypto.engines.RFC3394WrapEngine
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 // org.bouncycastle.crypto.engines.CamelliaWrapEngine this
0: .line 13
aload 0 /* this */
new org.bouncycastle.crypto.engines.CamelliaEngine
dup
invokespecial org.bouncycastle.crypto.engines.CamelliaEngine.<init>:()V
invokespecial org.bouncycastle.crypto.engines.RFC3394WrapEngine.<init>:(Lorg/bouncycastle/crypto/BlockCipher;)V
1: .line 14
return
end local 0 // org.bouncycastle.crypto.engines.CamelliaWrapEngine this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/bouncycastle/crypto/engines/CamelliaWrapEngine;
}
SourceFile: "CamelliaWrapEngine.java"