final class com.sun.crypto.provider.CipherForKeyProtector extends javax.crypto.Cipher
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.sun.crypto.provider.CipherForKeyProtector
super_class: javax.crypto.Cipher
{
protected void <init>(javax.crypto.CipherSpi, java.security.Provider, java.lang.String);
descriptor: (Ljavax/crypto/CipherSpi;Ljava/security/Provider;Ljava/lang/String;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokespecial javax.crypto.Cipher.<init>:(Ljavax/crypto/CipherSpi;Ljava/security/Provider;Ljava/lang/String;)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 Lcom/sun/crypto/provider/CipherForKeyProtector;
0 2 1 cipherSpi Ljavax/crypto/CipherSpi;
0 2 2 provider Ljava/security/Provider;
0 2 3 transformation Ljava/lang/String;
MethodParameters:
Name Flags
cipherSpi
provider
transformation
}
SourceFile: "KeyProtector.java"