|
|||||||||
Home >> All >> gnu >> javax >> crypto >> [ key overview ] | PREV NEXT |
Uses of Interface
gnu.javax.crypto.key.IKeyAgreementParty
Uses of IKeyAgreementParty in gnu.javax.crypto.key |
Classes in gnu.javax.crypto.key that implement IKeyAgreementParty | |
class |
BaseKeyAgreementParty
A base abstract class to facilitate implementations of concrete key agreement protocol handlers. |
Methods in gnu.javax.crypto.key that return IKeyAgreementParty | |
static IKeyAgreementParty |
KeyAgreementFactory.getPartyAInstance(java.lang.String name)
Returns an instance of a key agreeent protocol handler, for party A in a two-party A..B exchange, given the
canonical name of this protocol. |
static IKeyAgreementParty |
KeyAgreementFactory.getPartyBInstance(java.lang.String name)
Returns an instance of a key agreeent protocol handler, for party B in a two-party A..B exchange, given the
canonical name of this protocol. |
|
|||||||||
Home >> All >> gnu >> javax >> crypto >> [ key overview ] | PREV NEXT |