Interface GOST3410PrivateKey

All Superinterfaces:
Destroyable, GOST3410Key<GOST3410DomainParameterSpec>, Key, PrivateKey, Serializable

public interface GOST3410PrivateKey extends GOST3410Key<GOST3410DomainParameterSpec>, PrivateKey
Interface that a GOST-3410 private key needs to conform to.
  • Method Details

    • getX

      BigInteger getX()
      Return X - the private value.
      Returns:
      the private value for the key.