|
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.SM2KeyExchangePublicParameters
Public parameters for an SM2 key exchange. In this case the ephemeralPublicKey provides the random point used in the algorithm.
Constructor Summary | |
SM2KeyExchangePublicParameters(ECPublicKeyParameters staticPublicKey,
ECPublicKeyParameters ephemeralPublicKey)
|
Method Summary | |
ECPublicKeyParameters |
getEphemeralPublicKey()
|
ECPublicKeyParameters |
getStaticPublicKey()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SM2KeyExchangePublicParameters(ECPublicKeyParameters staticPublicKey, ECPublicKeyParameters ephemeralPublicKey)
Method Detail |
public ECPublicKeyParameters getStaticPublicKey()
public ECPublicKeyParameters getEphemeralPublicKey()
|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |