public class sun.security.pkcs.EncryptedPrivateKeyInfo
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: sun.security.pkcs.EncryptedPrivateKeyInfo
super_class: java.lang.Object
{
private sun.security.x509.AlgorithmId algid;
descriptor: Lsun/security/x509/AlgorithmId;
flags: (0x0002) ACC_PRIVATE
private byte[] encryptedData;
descriptor: [B
flags: (0x0002) ACC_PRIVATE
private byte[] encoded;
descriptor: [B
flags: (0x0002) ACC_PRIVATE
public void <init>(byte[]);
descriptor: ([B)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 1
ifnonnull 3
2: new java.lang.IllegalArgumentException
dup
ldc "encoding must not be null"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
3: StackMap locals: sun.security.pkcs.EncryptedPrivateKeyInfo byte[]
StackMap stack:
new sun.security.util.DerValue
dup
aload 1
invokespecial sun.security.util.DerValue.<init>:([B)V
astore 2
start local 2 4: iconst_2
anewarray sun.security.util.DerValue
astore 3
start local 3 5: aload 3
iconst_0
aload 2
getfield sun.security.util.DerValue.data:Lsun/security/util/DerInputStream;
invokevirtual sun.security.util.DerInputStream.getDerValue:()Lsun/security/util/DerValue;
aastore
6: aload 3
iconst_1
aload 2
getfield sun.security.util.DerValue.data:Lsun/security/util/DerInputStream;
invokevirtual sun.security.util.DerInputStream.getDerValue:()Lsun/security/util/DerValue;
aastore
7: aload 2
getfield sun.security.util.DerValue.data:Lsun/security/util/DerInputStream;
invokevirtual sun.security.util.DerInputStream.available:()I
ifeq 9
8: new java.io.IOException
dup
new java.lang.StringBuilder
dup
ldc "overrun, bytes = "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 2
getfield sun.security.util.DerValue.data:Lsun/security/util/DerInputStream;
invokevirtual sun.security.util.DerInputStream.available:()I
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
athrow
9: StackMap locals: sun.security.util.DerValue sun.security.util.DerValue[]
StackMap stack:
aload 0
aload 3
iconst_0
aaload
invokestatic sun.security.x509.AlgorithmId.parse:(Lsun/security/util/DerValue;)Lsun/security/x509/AlgorithmId;
putfield sun.security.pkcs.EncryptedPrivateKeyInfo.algid:Lsun/security/x509/AlgorithmId;
10: aload 3
iconst_0
aaload
getfield sun.security.util.DerValue.data:Lsun/security/util/DerInputStream;
invokevirtual sun.security.util.DerInputStream.available:()I
ifeq 12
11: new java.io.IOException
dup
ldc "encryptionAlgorithm field overrun"
invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
athrow
12: StackMap locals:
StackMap stack:
aload 0
aload 3
iconst_1
aaload
invokevirtual sun.security.util.DerValue.getOctetString:()[B
putfield sun.security.pkcs.EncryptedPrivateKeyInfo.encryptedData:[B
13: aload 3
iconst_1
aaload
getfield sun.security.util.DerValue.data:Lsun/security/util/DerInputStream;
invokevirtual sun.security.util.DerInputStream.available:()I
ifeq 15
14: new java.io.IOException
dup
ldc "encryptedData field overrun"
invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
athrow
15: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual byte[].clone:()Ljava/lang/Object;
checkcast byte[]
putfield sun.security.pkcs.EncryptedPrivateKeyInfo.encoded:[B
16: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lsun/security/pkcs/EncryptedPrivateKeyInfo;
0 17 1 encoded [B
4 17 2 val Lsun/security/util/DerValue;
5 17 3 seq [Lsun/security/util/DerValue;
Exceptions:
throws java.io.IOException
MethodParameters:
Name Flags
encoded
public void <init>(sun.security.x509.AlgorithmId, byte[]);
descriptor: (Lsun/security/x509/AlgorithmId;[B)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield sun.security.pkcs.EncryptedPrivateKeyInfo.algid:Lsun/security/x509/AlgorithmId;
2: aload 0
aload 2
invokevirtual byte[].clone:()Ljava/lang/Object;
checkcast byte[]
putfield sun.security.pkcs.EncryptedPrivateKeyInfo.encryptedData:[B
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/security/pkcs/EncryptedPrivateKeyInfo;
0 4 1 algid Lsun/security/x509/AlgorithmId;
0 4 2 encryptedData [B
MethodParameters:
Name Flags
algid
encryptedData
public sun.security.x509.AlgorithmId getAlgorithm();
descriptor: ()Lsun/security/x509/AlgorithmId;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.pkcs.EncryptedPrivateKeyInfo.algid:Lsun/security/x509/AlgorithmId;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/pkcs/EncryptedPrivateKeyInfo;
public byte[] getEncryptedData();
descriptor: ()[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.security.pkcs.EncryptedPrivateKeyInfo.encryptedData:[B
invokevirtual byte[].clone:()Ljava/lang/Object;
checkcast byte[]
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/security/pkcs/EncryptedPrivateKeyInfo;
public byte[] getEncoded();
descriptor: ()[B
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield sun.security.pkcs.EncryptedPrivateKeyInfo.encoded:[B
ifnull 1
aload 0
getfield sun.security.pkcs.EncryptedPrivateKeyInfo.encoded:[B
invokevirtual byte[].clone:()Ljava/lang/Object;
checkcast byte[]
areturn
1: StackMap locals:
StackMap stack:
new sun.security.util.DerOutputStream
dup
invokespecial sun.security.util.DerOutputStream.<init>:()V
astore 1
start local 1 2: new sun.security.util.DerOutputStream
dup
invokespecial sun.security.util.DerOutputStream.<init>:()V
astore 2
start local 2 3: aload 0
getfield sun.security.pkcs.EncryptedPrivateKeyInfo.algid:Lsun/security/x509/AlgorithmId;
aload 2
invokevirtual sun.security.x509.AlgorithmId.encode:(Lsun/security/util/DerOutputStream;)V
4: aload 2
aload 0
getfield sun.security.pkcs.EncryptedPrivateKeyInfo.encryptedData:[B
invokevirtual sun.security.util.DerOutputStream.putOctetString:([B)V
5: aload 1
bipush 48
aload 2
invokevirtual sun.security.util.DerOutputStream.write:(BLsun/security/util/DerOutputStream;)V
6: aload 0
aload 1
invokevirtual sun.security.util.DerOutputStream.toByteArray:()[B
putfield sun.security.pkcs.EncryptedPrivateKeyInfo.encoded:[B
7: aload 0
getfield sun.security.pkcs.EncryptedPrivateKeyInfo.encoded:[B
invokevirtual byte[].clone:()Ljava/lang/Object;
checkcast byte[]
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lsun/security/pkcs/EncryptedPrivateKeyInfo;
2 8 1 out Lsun/security/util/DerOutputStream;
3 8 2 tmp Lsun/security/util/DerOutputStream;
Exceptions:
throws java.io.IOException
public boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 0
aload 1
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof sun.security.pkcs.EncryptedPrivateKeyInfo
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 0
invokevirtual sun.security.pkcs.EncryptedPrivateKeyInfo.getEncoded:()[B
astore 2
start local 2 5: aload 1
checkcast sun.security.pkcs.EncryptedPrivateKeyInfo
invokevirtual sun.security.pkcs.EncryptedPrivateKeyInfo.getEncoded:()[B
6: astore 3
start local 3 7: aload 2
arraylength
aload 3
arraylength
if_icmpeq 9
8: iconst_0
ireturn
9: StackMap locals: byte[] byte[]
StackMap stack:
iconst_0
istore 4
start local 4 10: goto 14
11: StackMap locals: int
StackMap stack:
aload 2
iload 4
baload
aload 3
iload 4
baload
if_icmpeq 13
12: iconst_0
ireturn
13: StackMap locals:
StackMap stack:
iinc 4 1
StackMap locals:
StackMap stack:
14: iload 4
aload 2
arraylength
if_icmplt 11
end local 4 15: iconst_1
ireturn
end local 3 end local 2 16: StackMap locals: sun.security.pkcs.EncryptedPrivateKeyInfo java.lang.Object
StackMap stack: java.io.IOException
pop
17: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lsun/security/pkcs/EncryptedPrivateKeyInfo;
0 18 1 other Ljava/lang/Object;
5 16 2 thisEncrInfo [B
7 16 3 otherEncrInfo [B
10 15 4 i I
Exception table:
from to target type
4 8 16 Class java.io.IOException
9 12 16 Class java.io.IOException
13 15 16 Class java.io.IOException
MethodParameters:
Name Flags
other
public int hashCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: iconst_0
istore 1
start local 1 1: iconst_0
istore 2
start local 2 2: goto 5
3: StackMap locals: int int
StackMap stack:
iload 1
aload 0
getfield sun.security.pkcs.EncryptedPrivateKeyInfo.encryptedData:[B
iload 2
baload
iload 2
imul
iadd
istore 1
4: iinc 2 1
StackMap locals:
StackMap stack:
5: iload 2
aload 0
getfield sun.security.pkcs.EncryptedPrivateKeyInfo.encryptedData:[B
arraylength
if_icmplt 3
end local 2 6: iload 1
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lsun/security/pkcs/EncryptedPrivateKeyInfo;
1 7 1 retval I
2 6 2 i I
}
SourceFile: "EncryptedPrivateKeyInfo.java"