|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.crypto.KeyAgreementSpi
com.ibm.crypto.pkcs11impl.provider.DHPKCS11KeyAgreement
public final class DHPKCS11KeyAgreement
This class implements the Diffie-Hellman key agreement protocol between any number of parties.
Constructor Summary | |
---|---|
DHPKCS11KeyAgreement(java.security.Provider provider)
Creates Diffie-Hellman Key Agreement protocol object |
|
DHPKCS11KeyAgreement(java.security.Provider provider,
java.lang.String algorithm)
Creates Diffie-Hellman Key Agreement protocol object |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DHPKCS11KeyAgreement(java.security.Provider provider, java.lang.String algorithm)
provider
- the name of the provideralgorithm
- the name of the algorithm - Diffie-Hellman (DH)public DHPKCS11KeyAgreement(java.security.Provider provider)
provider
- the name of the provider
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |