|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.params.XDHUPublicParameters
Parameters holder for public unified static/ephemeral agreement using Edwards Curves.
Constructor Summary | |
XDHUPublicParameters(AsymmetricKeyParameter staticPublicKey,
AsymmetricKeyParameter ephemeralPublicKey)
|
Method Summary | |
AsymmetricKeyParameter |
getEphemeralPublicKey()
|
AsymmetricKeyParameter |
getStaticPublicKey()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XDHUPublicParameters(AsymmetricKeyParameter staticPublicKey, AsymmetricKeyParameter ephemeralPublicKey)
Method Detail |
public AsymmetricKeyParameter getStaticPublicKey()
public AsymmetricKeyParameter getEphemeralPublicKey()
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |