public final class com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 extends javax.crypto.CipherSpi
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128
  super_class: javax.crypto.CipherSpi
{
  private final com.sun.crypto.provider.PKCS12PBECipherCore core;
    descriptor: Lcom/sun/crypto/provider/PKCS12PBECipherCore;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
         0: .line 585
            aload 0 /* this */
            invokespecial javax.crypto.CipherSpi.<init>:()V
         1: .line 586
            aload 0 /* this */
            new com.sun.crypto.provider.PKCS12PBECipherCore
            dup
            ldc "RC2"
            bipush 16
            invokespecial com.sun.crypto.provider.PKCS12PBECipherCore.<init>:(Ljava/lang/String;I)V
            putfield com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128.core:Lcom/sun/crypto/provider/PKCS12PBECipherCore;
         2: .line 587
            return
        end local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/crypto/provider/PKCS12PBECipherCore$PBEWithSHA1AndRC2_128;
    Exceptions:
      throws java.security.NoSuchAlgorithmException

  protected byte[] engineDoFinal(byte[], int, int);
    descriptor: ([BII)[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
        start local 1 // byte[] in
        start local 2 // int inOff
        start local 3 // int inLen
         0: .line 590
            aload 0 /* this */
            getfield com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128.core:Lcom/sun/crypto/provider/PKCS12PBECipherCore;
            aload 1 /* in */
            iload 2 /* inOff */
            iload 3 /* inLen */
            invokevirtual com.sun.crypto.provider.PKCS12PBECipherCore.implDoFinal:([BII)[B
            areturn
        end local 3 // int inLen
        end local 2 // int inOff
        end local 1 // byte[] in
        end local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/crypto/provider/PKCS12PBECipherCore$PBEWithSHA1AndRC2_128;
            0    1     1     in  [B
            0    1     2  inOff  I
            0    1     3  inLen  I
    Exceptions:
      throws javax.crypto.IllegalBlockSizeException, javax.crypto.BadPaddingException
    MethodParameters:
       Name  Flags
      in     
      inOff  
      inLen  

  protected int engineDoFinal(byte[], int, int, byte[], int);
    descriptor: ([BII[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
        start local 1 // byte[] in
        start local 2 // int inOff
        start local 3 // int inLen
        start local 4 // byte[] out
        start local 5 // int outOff
         0: .line 596
            aload 0 /* this */
            getfield com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128.core:Lcom/sun/crypto/provider/PKCS12PBECipherCore;
            aload 1 /* in */
            iload 2 /* inOff */
            iload 3 /* inLen */
            aload 4 /* out */
            iload 5 /* outOff */
            invokevirtual com.sun.crypto.provider.PKCS12PBECipherCore.implDoFinal:([BII[BI)I
            ireturn
        end local 5 // int outOff
        end local 4 // byte[] out
        end local 3 // int inLen
        end local 2 // int inOff
        end local 1 // byte[] in
        end local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/crypto/provider/PKCS12PBECipherCore$PBEWithSHA1AndRC2_128;
            0    1     1      in  [B
            0    1     2   inOff  I
            0    1     3   inLen  I
            0    1     4     out  [B
            0    1     5  outOff  I
    Exceptions:
      throws javax.crypto.ShortBufferException, javax.crypto.IllegalBlockSizeException, javax.crypto.BadPaddingException
    MethodParameters:
        Name  Flags
      in      
      inOff   
      inLen   
      out     
      outOff  

  protected int engineGetBlockSize();
    descriptor: ()I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
         0: .line 599
            aload 0 /* this */
            getfield com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128.core:Lcom/sun/crypto/provider/PKCS12PBECipherCore;
            invokevirtual com.sun.crypto.provider.PKCS12PBECipherCore.implGetBlockSize:()I
            ireturn
        end local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/PKCS12PBECipherCore$PBEWithSHA1AndRC2_128;

  protected byte[] engineGetIV();
    descriptor: ()[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
         0: .line 602
            aload 0 /* this */
            getfield com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128.core:Lcom/sun/crypto/provider/PKCS12PBECipherCore;
            invokevirtual com.sun.crypto.provider.PKCS12PBECipherCore.implGetIV:()[B
            areturn
        end local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/PKCS12PBECipherCore$PBEWithSHA1AndRC2_128;

  protected int engineGetKeySize(java.security.Key);
    descriptor: (Ljava/security/Key;)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
        start local 1 // java.security.Key key
         0: .line 605
            aload 0 /* this */
            getfield com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128.core:Lcom/sun/crypto/provider/PKCS12PBECipherCore;
            aload 1 /* key */
            invokevirtual com.sun.crypto.provider.PKCS12PBECipherCore.implGetKeySize:(Ljava/security/Key;)I
            ireturn
        end local 1 // java.security.Key key
        end local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/PKCS12PBECipherCore$PBEWithSHA1AndRC2_128;
            0    1     1   key  Ljava/security/Key;
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
      Name  Flags
      key   

  protected int engineGetOutputSize(int);
    descriptor: (I)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
        start local 1 // int inLen
         0: .line 608
            aload 0 /* this */
            getfield com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128.core:Lcom/sun/crypto/provider/PKCS12PBECipherCore;
            iload 1 /* inLen */
            invokevirtual com.sun.crypto.provider.PKCS12PBECipherCore.implGetOutputSize:(I)I
            ireturn
        end local 1 // int inLen
        end local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/crypto/provider/PKCS12PBECipherCore$PBEWithSHA1AndRC2_128;
            0    1     1  inLen  I
    MethodParameters:
       Name  Flags
      inLen  

  protected java.security.AlgorithmParameters engineGetParameters();
    descriptor: ()Ljava/security/AlgorithmParameters;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
         0: .line 611
            aload 0 /* this */
            getfield com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128.core:Lcom/sun/crypto/provider/PKCS12PBECipherCore;
            invokevirtual com.sun.crypto.provider.PKCS12PBECipherCore.implGetParameters:()Ljava/security/AlgorithmParameters;
            areturn
        end local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/PKCS12PBECipherCore$PBEWithSHA1AndRC2_128;

  protected void engineInit(int, java.security.Key, java.security.spec.AlgorithmParameterSpec, java.security.SecureRandom);
    descriptor: (ILjava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;Ljava/security/SecureRandom;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
        start local 1 // int opmode
        start local 2 // java.security.Key key
        start local 3 // java.security.spec.AlgorithmParameterSpec params
        start local 4 // java.security.SecureRandom random
         0: .line 617
            aload 0 /* this */
            getfield com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128.core:Lcom/sun/crypto/provider/PKCS12PBECipherCore;
            iload 1 /* opmode */
            aload 2 /* key */
            aload 3 /* params */
            aload 4 /* random */
            invokevirtual com.sun.crypto.provider.PKCS12PBECipherCore.implInit:(ILjava/security/Key;Ljava/security/spec/AlgorithmParameterSpec;Ljava/security/SecureRandom;)V
         1: .line 618
            return
        end local 4 // java.security.SecureRandom random
        end local 3 // java.security.spec.AlgorithmParameterSpec params
        end local 2 // java.security.Key key
        end local 1 // int opmode
        end local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/crypto/provider/PKCS12PBECipherCore$PBEWithSHA1AndRC2_128;
            0    2     1  opmode  I
            0    2     2     key  Ljava/security/Key;
            0    2     3  params  Ljava/security/spec/AlgorithmParameterSpec;
            0    2     4  random  Ljava/security/SecureRandom;
    Exceptions:
      throws java.security.InvalidKeyException, java.security.InvalidAlgorithmParameterException
    MethodParameters:
        Name  Flags
      opmode  
      key     
      params  
      random  

  protected void engineInit(int, java.security.Key, java.security.AlgorithmParameters, java.security.SecureRandom);
    descriptor: (ILjava/security/Key;Ljava/security/AlgorithmParameters;Ljava/security/SecureRandom;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
        start local 1 // int opmode
        start local 2 // java.security.Key key
        start local 3 // java.security.AlgorithmParameters params
        start local 4 // java.security.SecureRandom random
         0: .line 623
            aload 0 /* this */
            getfield com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128.core:Lcom/sun/crypto/provider/PKCS12PBECipherCore;
            iload 1 /* opmode */
            aload 2 /* key */
            aload 3 /* params */
            aload 4 /* random */
            invokevirtual com.sun.crypto.provider.PKCS12PBECipherCore.implInit:(ILjava/security/Key;Ljava/security/AlgorithmParameters;Ljava/security/SecureRandom;)V
         1: .line 624
            return
        end local 4 // java.security.SecureRandom random
        end local 3 // java.security.AlgorithmParameters params
        end local 2 // java.security.Key key
        end local 1 // int opmode
        end local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/crypto/provider/PKCS12PBECipherCore$PBEWithSHA1AndRC2_128;
            0    2     1  opmode  I
            0    2     2     key  Ljava/security/Key;
            0    2     3  params  Ljava/security/AlgorithmParameters;
            0    2     4  random  Ljava/security/SecureRandom;
    Exceptions:
      throws java.security.InvalidKeyException, java.security.InvalidAlgorithmParameterException
    MethodParameters:
        Name  Flags
      opmode  
      key     
      params  
      random  

  protected void engineInit(int, java.security.Key, java.security.SecureRandom);
    descriptor: (ILjava/security/Key;Ljava/security/SecureRandom;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
        start local 1 // int opmode
        start local 2 // java.security.Key key
        start local 3 // java.security.SecureRandom random
         0: .line 627
            aload 0 /* this */
            getfield com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128.core:Lcom/sun/crypto/provider/PKCS12PBECipherCore;
            iload 1 /* opmode */
            aload 2 /* key */
            aload 3 /* random */
            invokevirtual com.sun.crypto.provider.PKCS12PBECipherCore.implInit:(ILjava/security/Key;Ljava/security/SecureRandom;)V
         1: .line 628
            return
        end local 3 // java.security.SecureRandom random
        end local 2 // java.security.Key key
        end local 1 // int opmode
        end local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/crypto/provider/PKCS12PBECipherCore$PBEWithSHA1AndRC2_128;
            0    2     1  opmode  I
            0    2     2     key  Ljava/security/Key;
            0    2     3  random  Ljava/security/SecureRandom;
    Exceptions:
      throws java.security.InvalidKeyException
    MethodParameters:
        Name  Flags
      opmode  
      key     
      random  

  protected void engineSetMode(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
        start local 1 // java.lang.String mode
         0: .line 631
            aload 0 /* this */
            getfield com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128.core:Lcom/sun/crypto/provider/PKCS12PBECipherCore;
            aload 1 /* mode */
            invokevirtual com.sun.crypto.provider.PKCS12PBECipherCore.implSetMode:(Ljava/lang/String;)V
         1: .line 632
            return
        end local 1 // java.lang.String mode
        end local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/crypto/provider/PKCS12PBECipherCore$PBEWithSHA1AndRC2_128;
            0    2     1  mode  Ljava/lang/String;
    Exceptions:
      throws java.security.NoSuchAlgorithmException
    MethodParameters:
      Name  Flags
      mode  

  protected void engineSetPadding(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
        start local 1 // java.lang.String paddingScheme
         0: .line 635
            aload 0 /* this */
            getfield com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128.core:Lcom/sun/crypto/provider/PKCS12PBECipherCore;
            aload 1 /* paddingScheme */
            invokevirtual com.sun.crypto.provider.PKCS12PBECipherCore.implSetPadding:(Ljava/lang/String;)V
         1: .line 636
            return
        end local 1 // java.lang.String paddingScheme
        end local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/sun/crypto/provider/PKCS12PBECipherCore$PBEWithSHA1AndRC2_128;
            0    2     1  paddingScheme  Ljava/lang/String;
    Exceptions:
      throws javax.crypto.NoSuchPaddingException
    MethodParameters:
               Name  Flags
      paddingScheme  

  protected java.security.Key engineUnwrap(byte[], java.lang.String, int);
    descriptor: ([BLjava/lang/String;I)Ljava/security/Key;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
        start local 1 // byte[] wrappedKey
        start local 2 // java.lang.String wrappedKeyAlgorithm
        start local 3 // int wrappedKeyType
         0: .line 641
            aload 0 /* this */
            getfield com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128.core:Lcom/sun/crypto/provider/PKCS12PBECipherCore;
            aload 1 /* wrappedKey */
            aload 2 /* wrappedKeyAlgorithm */
         1: .line 642
            iload 3 /* wrappedKeyType */
         2: .line 641
            invokevirtual com.sun.crypto.provider.PKCS12PBECipherCore.implUnwrap:([BLjava/lang/String;I)Ljava/security/Key;
            areturn
        end local 3 // int wrappedKeyType
        end local 2 // java.lang.String wrappedKeyAlgorithm
        end local 1 // byte[] wrappedKey
        end local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 this  Lcom/sun/crypto/provider/PKCS12PBECipherCore$PBEWithSHA1AndRC2_128;
            0    3     1           wrappedKey  [B
            0    3     2  wrappedKeyAlgorithm  Ljava/lang/String;
            0    3     3       wrappedKeyType  I
    Exceptions:
      throws java.security.InvalidKeyException, java.security.NoSuchAlgorithmException
    MethodParameters:
                     Name  Flags
      wrappedKey           
      wrappedKeyAlgorithm  
      wrappedKeyType       

  protected byte[] engineUpdate(byte[], int, int);
    descriptor: ([BII)[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
        start local 1 // byte[] in
        start local 2 // int inOff
        start local 3 // int inLen
         0: .line 645
            aload 0 /* this */
            getfield com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128.core:Lcom/sun/crypto/provider/PKCS12PBECipherCore;
            aload 1 /* in */
            iload 2 /* inOff */
            iload 3 /* inLen */
            invokevirtual com.sun.crypto.provider.PKCS12PBECipherCore.implUpdate:([BII)[B
            areturn
        end local 3 // int inLen
        end local 2 // int inOff
        end local 1 // byte[] in
        end local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/crypto/provider/PKCS12PBECipherCore$PBEWithSHA1AndRC2_128;
            0    1     1     in  [B
            0    1     2  inOff  I
            0    1     3  inLen  I
    MethodParameters:
       Name  Flags
      in     
      inOff  
      inLen  

  protected int engineUpdate(byte[], int, int, byte[], int);
    descriptor: ([BII[BI)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
        start local 1 // byte[] in
        start local 2 // int inOff
        start local 3 // int inLen
        start local 4 // byte[] out
        start local 5 // int outOff
         0: .line 650
            aload 0 /* this */
            getfield com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128.core:Lcom/sun/crypto/provider/PKCS12PBECipherCore;
            aload 1 /* in */
            iload 2 /* inOff */
            iload 3 /* inLen */
            aload 4 /* out */
            iload 5 /* outOff */
            invokevirtual com.sun.crypto.provider.PKCS12PBECipherCore.implUpdate:([BII[BI)I
            ireturn
        end local 5 // int outOff
        end local 4 // byte[] out
        end local 3 // int inLen
        end local 2 // int inOff
        end local 1 // byte[] in
        end local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/sun/crypto/provider/PKCS12PBECipherCore$PBEWithSHA1AndRC2_128;
            0    1     1      in  [B
            0    1     2   inOff  I
            0    1     3   inLen  I
            0    1     4     out  [B
            0    1     5  outOff  I
    Exceptions:
      throws javax.crypto.ShortBufferException
    MethodParameters:
        Name  Flags
      in      
      inOff   
      inLen   
      out     
      outOff  

  protected byte[] engineWrap(java.security.Key);
    descriptor: (Ljava/security/Key;)[B
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
        start local 1 // java.security.Key key
         0: .line 654
            aload 0 /* this */
            getfield com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128.core:Lcom/sun/crypto/provider/PKCS12PBECipherCore;
            aload 1 /* key */
            invokevirtual com.sun.crypto.provider.PKCS12PBECipherCore.implWrap:(Ljava/security/Key;)[B
            areturn
        end local 1 // java.security.Key key
        end local 0 // com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/crypto/provider/PKCS12PBECipherCore$PBEWithSHA1AndRC2_128;
            0    1     1   key  Ljava/security/Key;
    Exceptions:
      throws javax.crypto.IllegalBlockSizeException, java.security.InvalidKeyException
    MethodParameters:
      Name  Flags
      key   
}
SourceFile: "PKCS12PBECipherCore.java"
NestHost: com.sun.crypto.provider.PKCS12PBECipherCore
InnerClasses:
  public final PBEWithSHA1AndRC2_128 = com.sun.crypto.provider.PKCS12PBECipherCore$PBEWithSHA1AndRC2_128 of com.sun.crypto.provider.PKCS12PBECipherCore