public class org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator extends org.bouncycastle.cms.KEKRecipientInfoGenerator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator
  super_class: org.bouncycastle.cms.KEKRecipientInfoGenerator
{
  public void <init>(org.bouncycastle.asn1.cms.KEKIdentifier, javax.crypto.SecretKey);
    descriptor: (Lorg/bouncycastle/asn1/cms/KEKIdentifier;Ljavax/crypto/SecretKey;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator this
        start local 1 // org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier
        start local 2 // javax.crypto.SecretKey keyEncryptionKey
         0: .line 17
            aload 0 /* this */
            aload 1 /* kekIdentifier */
            new org.bouncycastle.operator.jcajce.JceSymmetricKeyWrapper
            dup
            aload 2 /* keyEncryptionKey */
            invokespecial org.bouncycastle.operator.jcajce.JceSymmetricKeyWrapper.<init>:(Ljavax/crypto/SecretKey;)V
            invokespecial org.bouncycastle.cms.KEKRecipientInfoGenerator.<init>:(Lorg/bouncycastle/asn1/cms/KEKIdentifier;Lorg/bouncycastle/operator/SymmetricKeyWrapper;)V
         1: .line 18
            return
        end local 2 // javax.crypto.SecretKey keyEncryptionKey
        end local 1 // org.bouncycastle.asn1.cms.KEKIdentifier kekIdentifier
        end local 0 // org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/bouncycastle/cms/jcajce/JceKEKRecipientInfoGenerator;
            0    2     1     kekIdentifier  Lorg/bouncycastle/asn1/cms/KEKIdentifier;
            0    2     2  keyEncryptionKey  Ljavax/crypto/SecretKey;
    MethodParameters:
                  Name  Flags
      kekIdentifier     
      keyEncryptionKey  

  public void <init>(byte[], javax.crypto.SecretKey);
    descriptor: ([BLjavax/crypto/SecretKey;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator this
        start local 1 // byte[] keyIdentifier
        start local 2 // javax.crypto.SecretKey keyEncryptionKey
         0: .line 22
            aload 0 /* this */
            new org.bouncycastle.asn1.cms.KEKIdentifier
            dup
            aload 1 /* keyIdentifier */
            aconst_null
            aconst_null
            invokespecial org.bouncycastle.asn1.cms.KEKIdentifier.<init>:([BLorg/bouncycastle/asn1/ASN1GeneralizedTime;Lorg/bouncycastle/asn1/cms/OtherKeyAttribute;)V
            aload 2 /* keyEncryptionKey */
            invokespecial org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator.<init>:(Lorg/bouncycastle/asn1/cms/KEKIdentifier;Ljavax/crypto/SecretKey;)V
         1: .line 23
            return
        end local 2 // javax.crypto.SecretKey keyEncryptionKey
        end local 1 // byte[] keyIdentifier
        end local 0 // org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lorg/bouncycastle/cms/jcajce/JceKEKRecipientInfoGenerator;
            0    2     1     keyIdentifier  [B
            0    2     2  keyEncryptionKey  Ljavax/crypto/SecretKey;
    MethodParameters:
                  Name  Flags
      keyIdentifier     
      keyEncryptionKey  

  public org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator setProvider(java.security.Provider);
    descriptor: (Ljava/security/Provider;)Lorg/bouncycastle/cms/jcajce/JceKEKRecipientInfoGenerator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator this
        start local 1 // java.security.Provider provider
         0: .line 27
            aload 0 /* this */
            getfield org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator.wrapper:Lorg/bouncycastle/operator/SymmetricKeyWrapper;
            checkcast org.bouncycastle.operator.jcajce.JceSymmetricKeyWrapper
            aload 1 /* provider */
            invokevirtual org.bouncycastle.operator.jcajce.JceSymmetricKeyWrapper.setProvider:(Ljava/security/Provider;)Lorg/bouncycastle/operator/jcajce/JceSymmetricKeyWrapper;
            pop
         1: .line 29
            aload 0 /* this */
            areturn
        end local 1 // java.security.Provider provider
        end local 0 // org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/bouncycastle/cms/jcajce/JceKEKRecipientInfoGenerator;
            0    2     1  provider  Ljava/security/Provider;
    MethodParameters:
          Name  Flags
      provider  

  public org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator setProvider(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/bouncycastle/cms/jcajce/JceKEKRecipientInfoGenerator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator this
        start local 1 // java.lang.String providerName
         0: .line 34
            aload 0 /* this */
            getfield org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator.wrapper:Lorg/bouncycastle/operator/SymmetricKeyWrapper;
            checkcast org.bouncycastle.operator.jcajce.JceSymmetricKeyWrapper
            aload 1 /* providerName */
            invokevirtual org.bouncycastle.operator.jcajce.JceSymmetricKeyWrapper.setProvider:(Ljava/lang/String;)Lorg/bouncycastle/operator/jcajce/JceSymmetricKeyWrapper;
            pop
         1: .line 36
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String providerName
        end local 0 // org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/bouncycastle/cms/jcajce/JceKEKRecipientInfoGenerator;
            0    2     1  providerName  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      providerName  

  public org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator setSecureRandom(java.security.SecureRandom);
    descriptor: (Ljava/security/SecureRandom;)Lorg/bouncycastle/cms/jcajce/JceKEKRecipientInfoGenerator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator this
        start local 1 // java.security.SecureRandom random
         0: .line 41
            aload 0 /* this */
            getfield org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator.wrapper:Lorg/bouncycastle/operator/SymmetricKeyWrapper;
            checkcast org.bouncycastle.operator.jcajce.JceSymmetricKeyWrapper
            aload 1 /* random */
            invokevirtual org.bouncycastle.operator.jcajce.JceSymmetricKeyWrapper.setSecureRandom:(Ljava/security/SecureRandom;)Lorg/bouncycastle/operator/jcajce/JceSymmetricKeyWrapper;
            pop
         1: .line 43
            aload 0 /* this */
            areturn
        end local 1 // java.security.SecureRandom random
        end local 0 // org.bouncycastle.cms.jcajce.JceKEKRecipientInfoGenerator this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/bouncycastle/cms/jcajce/JceKEKRecipientInfoGenerator;
            0    2     1  random  Ljava/security/SecureRandom;
    MethodParameters:
        Name  Flags
      random  
}
SourceFile: "JceKEKRecipientInfoGenerator.java"