LMOtsPublicKey public sealed class LMOtsPublicKey Documentation Code public byte[] I { get; } public byte[] K { get; } public LMOtsParameters Parameters { get; } public int Q { get; } public LMOtsPublicKey(LMOtsParameters parameters, byte[] i, int q, byte[] k) public static LMOtsPublicKey GetInstance(object src) public byte[] GetEncoded() public byte[] GetI() public byte[] GetK()