Class LMSKeyParameters

java.lang.Object
org.bouncycastle.crypto.internal.params.AsymmetricKeyParameter
org.bouncycastle.crypto.internal.pqc.lms.LMSKeyParameters
All Implemented Interfaces:
CipherParameters
Direct Known Subclasses:
HSSPrivateKeyParameters, HSSPublicKeyParameters, LMSPrivateKeyParameters, LMSPublicKeyParameters

public abstract class LMSKeyParameters extends AsymmetricKeyParameter
  • Constructor Details

    • LMSKeyParameters

      protected LMSKeyParameters(boolean isPrivateKey)
  • Method Details

    • getEncoded

      public abstract byte[] getEncoded()