Interface ECGOST3410PrivateKey

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

public interface ECGOST3410PrivateKey extends GOST3410Key<ECDomainParameterSpec>, PrivateKey
Interface that a ECGOST-3410 private key needs to conform to.
  • Method Details

    • getS

      BigInteger getS()
      Return S - the private value.
      Returns:
      the private value for the key.