Interface LMSKey
-
- All Superinterfaces:
java.security.Key,java.io.Serializable
- All Known Subinterfaces:
LMSPrivateKey
- All Known Implementing Classes:
BCLMSPrivateKey,BCLMSPublicKey
public interface LMSKey extends java.security.KeyBase interface for Leighton-Micali Hash-Based Signatures (LMS) keys.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetLevels()Return the number of levels (L) associated with the key.
-