Bouncy Castle Cryptography Library 1.65

org.bouncycastle.pqc.jcajce.interfaces
Interface LMSKey

All Superinterfaces:
java.security.Key, java.io.Serializable
All Known Subinterfaces:
LMSPrivateKey

public interface LMSKey
extends java.security.Key


Fields inherited from interface java.security.Key
serialVersionUID
 
Method Summary
 int getLevels()
           
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getLevels

public int getLevels()

Bouncy Castle Cryptography Library 1.65