Class ECPrivateKeyParameters

All Implemented Interfaces:
Destroyable, CipherParameters

public class ECPrivateKeyParameters extends ECKeyParameters implements Destroyable
  • Constructor Details

  • Method Details

    • getD

      public BigInteger getD()
    • destroy

      public void destroy()
      Destroy this object, dropping its reference to the private value.

      As BigInteger is immutable the private value cannot be zeroized in place; destruction drops the internal reference so the value becomes unreachable (cleared on garbage collection). After destruction getD() throws IllegalStateException.

      Specified by:
      destroy in interface Destroyable
    • isDestroyed

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