Interface GOST3410PublicKey

All Superinterfaces:
GOST3410Key<GOST3410DomainParameterSpec>, Key, PublicKey, Serializable

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

    • getY

      BigInteger getY()
      Return Y - the public value.
      Returns:
      the public value Y.