Interface HawkKey

All Superinterfaces:
Key, Serializable
All Known Implementing Classes:
BCHawkPrivateKey, BCHawkPublicKey

public interface HawkKey extends 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.
  • Method Details

    • getParameterSpec

      HawkParameterSpec getParameterSpec()
      Return the parameters for this key.
      Returns:
      a HawkParameterSpec