public class org.bouncycastle.asn1.pkcs.PBES2Algorithms extends org.bouncycastle.asn1.x509.AlgorithmIdentifier implements org.bouncycastle.asn1.pkcs.PKCSObjectIdentifiers
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.bouncycastle.asn1.pkcs.PBES2Algorithms
super_class: org.bouncycastle.asn1.x509.AlgorithmIdentifier
{
private org.bouncycastle.asn1.DERObjectIdentifier objectId;
descriptor: Lorg/bouncycastle/asn1/DERObjectIdentifier;
flags: (0x0002) ACC_PRIVATE
private org.bouncycastle.asn1.pkcs.KeyDerivationFunc func;
descriptor: Lorg/bouncycastle/asn1/pkcs/KeyDerivationFunc;
flags: (0x0002) ACC_PRIVATE
private org.bouncycastle.asn1.pkcs.EncryptionScheme scheme;
descriptor: Lorg/bouncycastle/asn1/pkcs/EncryptionScheme;
flags: (0x0002) ACC_PRIVATE
public void <init>(org.bouncycastle.asn1.ASN1Sequence);
descriptor: (Lorg/bouncycastle/asn1/ASN1Sequence;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial org.bouncycastle.asn1.x509.AlgorithmIdentifier.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
1: aload 1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjects:()Ljava/util/Enumeration;
astore 2
start local 2 2: aload 0
aload 2
invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
checkcast org.bouncycastle.asn1.DERObjectIdentifier
putfield org.bouncycastle.asn1.pkcs.PBES2Algorithms.objectId:Lorg/bouncycastle/asn1/DERObjectIdentifier;
3: aload 2
invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
checkcast org.bouncycastle.asn1.ASN1Sequence
astore 3
start local 3 4: aload 3
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjects:()Ljava/util/Enumeration;
astore 2
5: aload 2
invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
checkcast org.bouncycastle.asn1.ASN1Sequence
astore 4
start local 4 6: aload 4
iconst_0
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
getstatic org.bouncycastle.asn1.pkcs.PBES2Algorithms.id_PBKDF2:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
ifeq 9
7: aload 0
new org.bouncycastle.asn1.pkcs.KeyDerivationFunc
dup
getstatic org.bouncycastle.asn1.pkcs.PBES2Algorithms.id_PBKDF2:Lorg/bouncycastle/asn1/ASN1ObjectIdentifier;
aload 4
iconst_1
invokevirtual org.bouncycastle.asn1.ASN1Sequence.getObjectAt:(I)Lorg/bouncycastle/asn1/DEREncodable;
invokestatic org.bouncycastle.asn1.pkcs.PBKDF2Params.getInstance:(Ljava/lang/Object;)Lorg/bouncycastle/asn1/pkcs/PBKDF2Params;
invokespecial org.bouncycastle.asn1.pkcs.KeyDerivationFunc.<init>:(Lorg/bouncycastle/asn1/DERObjectIdentifier;Lorg/bouncycastle/asn1/ASN1Encodable;)V
putfield org.bouncycastle.asn1.pkcs.PBES2Algorithms.func:Lorg/bouncycastle/asn1/pkcs/KeyDerivationFunc;
8: goto 10
9: StackMap locals: org.bouncycastle.asn1.pkcs.PBES2Algorithms org.bouncycastle.asn1.ASN1Sequence java.util.Enumeration org.bouncycastle.asn1.ASN1Sequence org.bouncycastle.asn1.ASN1Sequence
StackMap stack:
aload 0
new org.bouncycastle.asn1.pkcs.KeyDerivationFunc
dup
aload 4
invokespecial org.bouncycastle.asn1.pkcs.KeyDerivationFunc.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
putfield org.bouncycastle.asn1.pkcs.PBES2Algorithms.func:Lorg/bouncycastle/asn1/pkcs/KeyDerivationFunc;
10: StackMap locals:
StackMap stack:
aload 0
new org.bouncycastle.asn1.pkcs.EncryptionScheme
dup
aload 2
invokeinterface java.util.Enumeration.nextElement:()Ljava/lang/Object;
checkcast org.bouncycastle.asn1.ASN1Sequence
invokespecial org.bouncycastle.asn1.pkcs.EncryptionScheme.<init>:(Lorg/bouncycastle/asn1/ASN1Sequence;)V
putfield org.bouncycastle.asn1.pkcs.PBES2Algorithms.scheme:Lorg/bouncycastle/asn1/pkcs/EncryptionScheme;
11: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/bouncycastle/asn1/pkcs/PBES2Algorithms;
0 12 1 obj Lorg/bouncycastle/asn1/ASN1Sequence;
2 12 2 e Ljava/util/Enumeration;
4 12 3 seq Lorg/bouncycastle/asn1/ASN1Sequence;
6 12 4 funcSeq Lorg/bouncycastle/asn1/ASN1Sequence;
MethodParameters:
Name Flags
obj
public org.bouncycastle.asn1.DERObjectIdentifier getObjectId();
descriptor: ()Lorg/bouncycastle/asn1/DERObjectIdentifier;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.pkcs.PBES2Algorithms.objectId:Lorg/bouncycastle/asn1/DERObjectIdentifier;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/pkcs/PBES2Algorithms;
public org.bouncycastle.asn1.pkcs.KeyDerivationFunc getKeyDerivationFunc();
descriptor: ()Lorg/bouncycastle/asn1/pkcs/KeyDerivationFunc;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.pkcs.PBES2Algorithms.func:Lorg/bouncycastle/asn1/pkcs/KeyDerivationFunc;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/pkcs/PBES2Algorithms;
public org.bouncycastle.asn1.pkcs.EncryptionScheme getEncryptionScheme();
descriptor: ()Lorg/bouncycastle/asn1/pkcs/EncryptionScheme;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.bouncycastle.asn1.pkcs.PBES2Algorithms.scheme:Lorg/bouncycastle/asn1/pkcs/EncryptionScheme;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/bouncycastle/asn1/pkcs/PBES2Algorithms;
public org.bouncycastle.asn1.DERObject getDERObject();
descriptor: ()Lorg/bouncycastle/asn1/DERObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: new org.bouncycastle.asn1.ASN1EncodableVector
dup
invokespecial org.bouncycastle.asn1.ASN1EncodableVector.<init>:()V
astore 1
start local 1 1: new org.bouncycastle.asn1.ASN1EncodableVector
dup
invokespecial org.bouncycastle.asn1.ASN1EncodableVector.<init>:()V
astore 2
start local 2 2: aload 1
aload 0
getfield org.bouncycastle.asn1.pkcs.PBES2Algorithms.objectId:Lorg/bouncycastle/asn1/DERObjectIdentifier;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
3: aload 2
aload 0
getfield org.bouncycastle.asn1.pkcs.PBES2Algorithms.func:Lorg/bouncycastle/asn1/pkcs/KeyDerivationFunc;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
4: aload 2
aload 0
getfield org.bouncycastle.asn1.pkcs.PBES2Algorithms.scheme:Lorg/bouncycastle/asn1/pkcs/EncryptionScheme;
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
5: aload 1
new org.bouncycastle.asn1.DERSequence
dup
aload 2
invokespecial org.bouncycastle.asn1.DERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
invokevirtual org.bouncycastle.asn1.ASN1EncodableVector.add:(Lorg/bouncycastle/asn1/DEREncodable;)V
6: new org.bouncycastle.asn1.DERSequence
dup
aload 1
invokespecial org.bouncycastle.asn1.DERSequence.<init>:(Lorg/bouncycastle/asn1/ASN1EncodableVector;)V
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/bouncycastle/asn1/pkcs/PBES2Algorithms;
1 7 1 v Lorg/bouncycastle/asn1/ASN1EncodableVector;
2 7 2 subV Lorg/bouncycastle/asn1/ASN1EncodableVector;
}
SourceFile: "PBES2Algorithms.java"