Interface HaetaeKey
-
- All Superinterfaces:
java.security.Key,java.io.Serializable
- All Known Implementing Classes:
BCHaetaePrivateKey,BCHaetaePublicKey
public interface HaetaeKey extends java.security.KeyMarker interface implemented by HAETAE public and private JCA keys; exposes the underlyingHaetaeParameterSpecso callers can identify which HAETAE parameter set the key belongs to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HaetaeParameterSpecgetParameterSpec()Return the parameters for this key.
-
-
-
Method Detail
-
getParameterSpec
HaetaeParameterSpec getParameterSpec()
Return the parameters for this key.- Returns:
- a HaetaeParameterSpec
-
-