blob: 6e16e44f2f1ad03765b6972114745bc9e8fe32bc [file] [log] [blame]
package org.bouncycastle.pqc.jcajce.interfaces;
import java.security.PublicKey;
public interface NHPublicKey
extends NHKey, PublicKey
{
byte[] getPublicData();
}