Class CMCEPrivateKeyParameters

All Implemented Interfaces:
Destroyable, CipherParameters

public class CMCEPrivateKeyParameters extends CMCEKeyParameters implements Destroyable
  • Constructor Details

    • CMCEPrivateKeyParameters

      public CMCEPrivateKeyParameters(CMCEParameters 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