public interface org.bouncycastle.operator.KeyWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.bouncycastle.operator.KeyWrapper
  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 byte[] generateWrappedKey(org.bouncycastle.operator.GenericKey);
    descriptor: (Lorg/bouncycastle/operator/GenericKey;)[B
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.bouncycastle.operator.OperatorException
    MethodParameters:
               Name  Flags
      encryptionKey  
}
SourceFile: "KeyWrapper.java"