public interface BaseAgreement
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
calculateAgreement(java.security.Key pubKey)
given a public key from a given party calculate the next
message in the agreement sequence.
|
void |
init(java.security.Key key)
initialize the agreement engine.
|
Copyright © 2025. All rights reserved.