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