Interface HawkKey
-
- All Superinterfaces:
java.security.Key,java.io.Serializable
- All Known Implementing Classes:
BCHawkPrivateKey,BCHawkPublicKey
public interface HawkKey extends java.security.KeyMarker interface implemented by Hawk public and private JCA keys; exposes the underlyingHawkParameterSpecso callers can identify which Hawk parameter set the key belongs to.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HawkParameterSpecgetParameterSpec()Return the parameters for this key.
-
-
-
Method Detail
-
getParameterSpec
HawkParameterSpec getParameterSpec()
Return the parameters for this key.- Returns:
- a HawkParameterSpec
-
-