public class BCXDHPrivateKey extends Object implements XDHPrivateKey
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
XDHPublicKey |
getPublicKey()
Return the public key associated with this private key.
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
destroy, isDestroyed
public String getAlgorithm()
getAlgorithm
in interface Key
public byte[] getEncoded()
getEncoded
in interface Key
public XDHPublicKey getPublicKey()
XDHPrivateKey
getPublicKey
in interface XDHPrivateKey
Copyright © 2021 BouncyCastle.org. All rights reserved.