Class FrodoKEMPrivateKeyParameters

All Implemented Interfaces:
Destroyable, CipherParameters

public class FrodoKEMPrivateKeyParameters extends FrodoKEMKeyParameters implements Destroyable
  • Constructor Details

    • FrodoKEMPrivateKeyParameters

      public FrodoKEMPrivateKeyParameters(FrodoKEMParameters params, byte[] privateKey)
  • Method Details

    • getEncoded

      public byte[] getEncoded()
    • destroy

      public void destroy()
      Zeroize the secret key material held by this object.
      Specified by:
      destroy in interface Destroyable
    • isDestroyed

      public boolean isDestroyed()
      Specified by:
      isDestroyed in interface Destroyable