public interface org.bouncycastle.operator.KeyUnwrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.bouncycastle.operator.KeyUnwrapper
  super_class: java.lang.Object
{
  public abstract org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier();
    descriptor: ()Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract org.bouncycastle.operator.GenericKey generateUnwrappedKey(org.bouncycastle.asn1.x509.AlgorithmIdentifier, byte[]);
    descriptor: (Lorg/bouncycastle/asn1/x509/AlgorithmIdentifier;[B)Lorg/bouncycastle/operator/GenericKey;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.bouncycastle.operator.OperatorException
    MethodParameters:
                        Name  Flags
      encryptionKeyAlgorithm  
      encryptedKey            
}
SourceFile: "KeyUnwrapper.java"