what-the-bank/sources/org/bouncycastle/pqc/jcajce/interfaces/NHPrivateKey.java

9 lines
204 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package org.bouncycastle.pqc.jcajce.interfaces;
import java.security.PrivateKey;
/* loaded from: classes6.dex */
public interface NHPrivateKey extends NHKey, PrivateKey {
short[] getSecretData();
}