public interface DHPublicKey extends DHKey, java.security.PublicKey
Implementations of Diffie-Hellman public keys should implement this interface. Applications that know that a particular key is a Diffie-Hellman public key it can be safely cast to this interface.
DHKey,
DHPrivateKey| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
Compatible with JDK1.4.
|
static final long serialVersionUID
java.math.BigInteger getY()