org.bouncycastle.pqc.jcajce.interfaces
Interface HawkKey
- All Superinterfaces:
- java.security.Key, java.io.Serializable
- All Known Implementing Classes:
- BCHawkPrivateKey, BCHawkPublicKey
- public interface HawkKey
- extends java.security.Key
Marker interface implemented by Hawk public and private JCA keys; exposes
the underlying HawkParameterSpec so callers can identify which Hawk
parameter set the key belongs to.
| Fields inherited from interface java.security.Key |
serialVersionUID |
| Methods inherited from interface java.security.Key |
getAlgorithm, getEncoded, getFormat |
getParameterSpec
public HawkParameterSpec getParameterSpec()
- Return the parameters for this key.
- Returns:
- a HawkParameterSpec