Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.jcajce.interfaces
Interface HaetaeKey

All Superinterfaces:
java.security.Key, java.io.Serializable
All Known Implementing Classes:
BCHaetaePrivateKey, BCHaetaePublicKey

public interface HaetaeKey
extends java.security.Key

Marker interface implemented by HAETAE public and private JCA keys; exposes the underlying HaetaeParameterSpec so callers can identify which HAETAE parameter set the key belongs to.


Field Summary
 
Fields inherited from interface java.security.Key
serialVersionUID
 
Method Summary
 HaetaeParameterSpec getParameterSpec()
          Return the parameters for this key.
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getParameterSpec

public HaetaeParameterSpec getParameterSpec()
Return the parameters for this key.

Returns:
a HaetaeParameterSpec

Bouncy Castle Cryptography Library 1.85