Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.traxel.crypto: Javadoc index of package com.traxel.crypto.


Package Samples:

com.traxel.crypto

Classes:

CipherPartner: NOTE: TEST_PARAMS are not intended for production use. Test Usage // DHParameterSpecs can be safely published to all parties. alice = new CipherPartner( "ALICE", CipherPartner.TEST_PARAMS ); bob = new CipherPartner( "BOB", CipherPartner.TEST_PARAMS ); alicePublicEncoded = alice.getPublicEncoded(); // transmit alicePublicEncoded to bob // Alternately, alice could load from disk and bob could // already have a copy of alice's public key. // bob initializes only from alices key, and generates IV bob.initFromPartner( alicePublicEncoded ); bobPublicEncoded = bob.getPublicEncoded(); bobIv = bob.getIv(); ...
CryptoUtil: This class contains methods that are pertinent to the system's crypto operations as a whole, such as adding a provider.
DHUtil: This class has been coded to solve my specific problems. It is not general purpose. Use at your own risk.
DHStockParameters
DHPartner
Sha1Util

Home | Contact Us | Privacy Policy | Terms of Service