|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.crypto.key.KeyAgreementFactory
A Factory class to generate key agreement protocol handlers.
Method Summary | |
static java.util.Set |
getNames()
Returns a Set of key agreement protocol names supported by this
Factory. |
static IKeyAgreementParty |
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 |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static IKeyAgreementParty 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. Party A
is usually the
initiator of the exchange.
name
- the case-insensitive key agreement protocol name.
A
, or null
if none found.public static IKeyAgreementParty 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.
name
- the case-insensitive key agreement protocol name.
B
, or null
if none found.public static final java.util.Set getNames()
Returns a Set
of key agreement protocol names supported by this
Factory.
Set
of key agreement protocol names (Strings).
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |