to top
Android APIs
public interface

DHPublicKey

implements PublicKey DHKey
javax.crypto.interfaces.DHPublicKey

Class Overview

The interface for a public key in the Diffie-Hellman key exchange protocol.

Summary

Constants
long serialVersionUID The serial version identifier.
[Expand]
Inherited Constants
From interface java.security.Key
From interface java.security.PublicKey
Public Methods
abstract BigInteger getY()
Returns this key's public value Y.
[Expand]
Inherited Methods
From interface java.security.Key
From interface javax.crypto.interfaces.DHKey

Constants

public static final long serialVersionUID

Added in API level 1

The serial version identifier.

Constant Value: -6628103563352519193 (0xa4043eed23df4de7)

Public Methods

public abstract BigInteger getY ()

Added in API level 1

Returns this key's public value Y.

Returns
  • this key's public value Y.
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.