Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.jcajce.interfaces
Interface UOVKey

All Superinterfaces:
java.security.Key, java.io.Serializable
All Known Implementing Classes:
BCUOVPrivateKey, BCUOVPublicKey

public interface UOVKey
extends java.security.Key

Marker interface for an Unbalanced Oil and Vinegar (UOV) key.


Field Summary
 
Fields inherited from interface java.security.Key
serialVersionUID
 
Method Summary
 UOVParameterSpec getParameterSpec()
          Return the parameter set this key is bound to.
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getParameterSpec

public UOVParameterSpec getParameterSpec()
Return the parameter set this key is bound to.

Returns:
a UOVParameterSpec naming the (security-level, encoding-variant) pair.

Bouncy Castle Cryptography Library 1.85