Interface SLHDSAKey
-
- All Superinterfaces:
java.security.Key,java.io.Serializable
- All Known Subinterfaces:
SLHDSAPrivateKey,SLHDSAPublicKey
- All Known Implementing Classes:
BCSLHDSAPrivateKey,BCSLHDSAPublicKey
public interface SLHDSAKey extends java.security.Key
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SLHDSAParameterSpecgetParameterSpec()Return the parameters for this key.
-
-
-
Method Detail
-
getParameterSpec
SLHDSAParameterSpec getParameterSpec()
Return the parameters for this key.- Returns:
- a SLHDSAParameterSpec
-
-