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

9 lines
177 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package org.bouncycastle.pqc.jcajce.interfaces;
import java.security.Key;
/* loaded from: classes6.dex */
public interface SPHINCSKey extends Key {
byte[] getKeyData();
}