Added in API level 1
    DHPublicKey
interface DHPublicKey : DHKey, PublicKey
| javax.crypto.interfaces.DHPublicKey | 
The interface to a Diffie-Hellman public key.
Summary
| Constants | |
|---|---|
| static Long | 
            
             The class fingerprint that is set to indicate serialization compatibility since J2SE 1.  | 
        
| Public methods | |
|---|---|
| abstract BigInteger! | 
            getY()Returns the public value,   | 
        
| Inherited functions | |
|---|---|
Constants
serialVersionUID
Added in API level 1
      static val serialVersionUID: Long
The class fingerprint that is set to indicate serialization compatibility since J2SE 1.4.
Value: -6628103563352519193LPublic methods
getY
Added in API level 1
      abstract fun getY(): BigInteger!
Returns the public value, y.
| Return | |
|---|---|
BigInteger! | 
            the public value, y |