Interface HQCKey
-
- All Superinterfaces:
java.security.Key
,java.io.Serializable
- All Known Implementing Classes:
BCHQCPrivateKey
,BCHQCPublicKey
public interface HQCKey extends java.security.Key
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HQCParameterSpec
getParameterSpec()
Return the parameters for this key.
-
-
-
Method Detail
-
getParameterSpec
HQCParameterSpec getParameterSpec()
Return the parameters for this key.- Returns:
- a HQCParameterSpec
-
-