com.distrimind.bouncycastle.pqc.jcajce.interfaces.SPHINCSKey Maven / Gradle / Ivy
package com.distrimind.bouncycastle.pqc.jcajce.interfaces;
import java.security.Key;
public interface SPHINCSKey
extends Key
{
byte[] getKeyData();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy