Interface DSTU4145PrivateKey

All Superinterfaces:
Destroyable, DSTU4145Key, Key, PrivateKey, Serializable

public interface DSTU4145PrivateKey extends DSTU4145Key, PrivateKey
Interface that a DSTU-4145 private key needs to conform to.
  • Method Details

    • getS

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