KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > crypto > KeyAgreement > Top Examples

  • org.apache.derby.impl.drda.DecryptionManager
    This class is used to decrypt password and/or userid. It uses Diffie_Hellman algorithm to get the publick key and secret key, and then DES encryption is done using certain token (based on security mechanism) and this side's own public key. Basically, this class is called when using a security mech ...
  • org.apache.derby.client.am.EncryptionManager
    This class is get used when using encrypted password and/or userid mechanism. The <b>EncryptionManager</b> classs uses Diffie_Hellman algorithm to get the publick key and secret key, and then DES encryption is done using certain token (based on security mechanism) and server side's publ ...
Popular Tags