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

Quick Search    Search Deep
C D E G I M P R S T V X _

C

CipherPartner - class com.traxel.crypto.CipherPartner.
NOTE: TEST_PARAMS are not intended for production use.
CipherPartner(String, CipherPartner) - Constructor for class com.traxel.crypto.CipherPartner
This is typically called by a parent process that is spawning a number of child processes, all of which share a common Diffie Hellman key set.
CipherPartner(String, DHParameterSpec) - Constructor for class com.traxel.crypto.CipherPartner
This is the first partner initialized.
CipherPartner(String, DHPublicKey, DHPrivateKey) - Constructor for class com.traxel.crypto.CipherPartner
 
CipherPartner(String, String, String) - Constructor for class com.traxel.crypto.CipherPartner
 
CryptoUtil - class com.traxel.crypto.CryptoUtil.
This class contains methods that are pertinent to the system's crypto operations as a whole, such as adding a provider.
CryptoUtil() - Constructor for class com.traxel.crypto.CryptoUtil
 
com.traxel.crypto - package com.traxel.crypto
 

D

DEFAULT_PROVIDER - Static variable in class com.traxel.crypto.CryptoUtil
 
DEFAULT_PROVIDER_NAME - Static variable in class com.traxel.crypto.CipherPartner
 
DH - Static variable in class com.traxel.crypto.DHUtil
 
DHPartner - class com.traxel.crypto.DHPartner.
 
DHPartner(String, DHParameterSpec) - Constructor for class com.traxel.crypto.DHPartner
 
DHPartner(String, byte[]) - Constructor for class com.traxel.crypto.DHPartner
 
DHPartner(String, DHPartner) - Constructor for class com.traxel.crypto.DHPartner
 
DHStockParameters - interface com.traxel.crypto.DHStockParameters.
 
DHUtil - class com.traxel.crypto.DHUtil.
This class has been coded to solve my specific problems.
DHUtil() - Constructor for class com.traxel.crypto.DHUtil
 
DIGEST_ALGORITHM - Static variable in class com.traxel.crypto.CipherPartner
 
decodePartnerKey(byte[]) - Method in class com.traxel.crypto.DHPartner
 
dhKeyAndAgree(DHParameterSpec) - Method in class com.traxel.crypto.CipherPartner
 

E

exportDhKeys(String, String, String) - Method in class com.traxel.crypto.CipherPartner
 

G

genCipher(int, byte[]) - Method in class com.traxel.crypto.DHPartner
 
generateDhParams(int) - Static method in class com.traxel.crypto.DHUtil
 
getBlowfishKey() - Method in class com.traxel.crypto.CipherPartner
 
getCipherParams() - Method in class com.traxel.crypto.DHPartner
 
getDecryptCipher() - Method in class com.traxel.crypto.CipherPartner
 
getDecryptCipher() - Method in class com.traxel.crypto.DHPartner
 
getDecryptCipherParams() - Method in class com.traxel.crypto.DHPartner
 
getDhKeyAgree() - Method in class com.traxel.crypto.CipherPartner
 
getDhKeyPair() - Method in class com.traxel.crypto.CipherPartner
 
getEncryptCipher() - Method in class com.traxel.crypto.CipherPartner
 
getEncryptCipher() - Method in class com.traxel.crypto.DHPartner
 
getEncryptCipherParams() - Method in class com.traxel.crypto.DHPartner
 
getIv() - Method in class com.traxel.crypto.CipherPartner
 
getKeyAgree() - Method in class com.traxel.crypto.DHPartner
 
getKeyPair() - Method in class com.traxel.crypto.DHPartner
 
getName() - Method in class com.traxel.crypto.CipherPartner
 
getName() - Method in class com.traxel.crypto.DHPartner
 
getParams() - Method in class com.traxel.crypto.DHPartner
 
getPartnerPublicKey() - Method in class com.traxel.crypto.DHPartner
 
getPrivateBase16() - Method in class com.traxel.crypto.CipherPartner
 
getPrivateEncoded() - Method in class com.traxel.crypto.CipherPartner
 
getPublicBase16() - Method in class com.traxel.crypto.CipherPartner
 
getPublicEncoded() - Method in class com.traxel.crypto.CipherPartner
 
getPublicEncoded() - Method in class com.traxel.crypto.DHPartner
 
getPublicSha1Base16() - Method in class com.traxel.crypto.CipherPartner
 
getSha1(byte[]) - Static method in class com.traxel.crypto.Sha1Util
 

I

INSECURE_BASE - Static variable in interface com.traxel.crypto.DHStockParameters
 
INSECURE_MODULUS - Static variable in interface com.traxel.crypto.DHStockParameters
 
INSECURE_MODULUS_BYTES - Static variable in interface com.traxel.crypto.DHStockParameters
 
INSECURE_PARAMETERS - Static variable in interface com.traxel.crypto.DHStockParameters
 
initCipher() - Method in class com.traxel.crypto.DHPartner
 
initCipher(byte[]) - Method in class com.traxel.crypto.DHPartner
 
initEncryptCipher() - Method in class com.traxel.crypto.DHPartner
 
initFromPartner(byte[]) - Method in class com.traxel.crypto.CipherPartner
This is used when an IV has not yet been generated.
initFromPartner(byte[], byte[]) - Method in class com.traxel.crypto.CipherPartner
 
initializeKeys() - Method in class com.traxel.crypto.DHPartner
 
initializeProvider() - Static method in class com.traxel.crypto.CryptoUtil
 
initializeProvider(String) - Static method in class com.traxel.crypto.CryptoUtil
 
isBase16(char) - Static method in class com.traxel.crypto.DHUtil
 

M

main(String[]) - Static method in class com.traxel.crypto.CipherPartner
 
main(String[]) - Static method in class com.traxel.crypto.DHUtil
 
main(String[]) - Static method in class com.traxel.crypto.Sha1Util
 

P

PRIVATE_ALGORITHM - Static variable in class com.traxel.crypto.CipherPartner
 
PRIVATE_ALGORITHM - Static variable in class com.traxel.crypto.DHPartner
 
PRIVATE_TRANSFORM - Static variable in class com.traxel.crypto.CipherPartner
 
PUBLIC_ALGORITHM - Static variable in class com.traxel.crypto.CipherPartner
 
PUBLIC_ALGORITHM - Static variable in class com.traxel.crypto.DHPartner
 
pkcs8FromBase16(InputStream) - Static method in class com.traxel.crypto.DHUtil
 
privKeyFromBase16(InputStream) - Static method in class com.traxel.crypto.DHUtil
WARNING: This is quite happy to extract the base 16 bytes from a non-base 16 document.
privKeyFromPkcs8(PKCS8EncodedKeySpec) - Static method in class com.traxel.crypto.DHUtil
 
pubKeyFromBase16(InputStream) - Static method in class com.traxel.crypto.DHUtil
WARNING: This is quite happy to extract the base 16 bytes from a non-base 16 document.
pubKeyFromX509(X509EncodedKeySpec) - Static method in class com.traxel.crypto.DHUtil
 

R

readBase16(InputStream) - Static method in class com.traxel.crypto.DHUtil
 

S

SHA1 - Static variable in class com.traxel.crypto.CipherPartner
 
SHA1 - Static variable in class com.traxel.crypto.Sha1Util
 
Sha1Util - class com.traxel.crypto.Sha1Util.
 
Sha1Util() - Constructor for class com.traxel.crypto.Sha1Util
 
setBlowfishKey(SecretKey) - Method in class com.traxel.crypto.CipherPartner
 
setDecryptCipher(Cipher) - Method in class com.traxel.crypto.CipherPartner
 
setDecryptCipher(Cipher) - Method in class com.traxel.crypto.DHPartner
 
setDhKeyAgree(KeyAgreement) - Method in class com.traxel.crypto.CipherPartner
 
setDhKeyPair(KeyPair) - Method in class com.traxel.crypto.CipherPartner
 
setEncryptCipher(Cipher) - Method in class com.traxel.crypto.CipherPartner
 
setEncryptCipher(Cipher) - Method in class com.traxel.crypto.DHPartner
 
setIv(byte[]) - Method in class com.traxel.crypto.CipherPartner
 
setKeyAgree(KeyAgreement) - Method in class com.traxel.crypto.DHPartner
 
setKeyPair(KeyPair) - Method in class com.traxel.crypto.DHPartner
 
setName(String) - Method in class com.traxel.crypto.CipherPartner
 
setName(String) - Method in class com.traxel.crypto.DHPartner
 
setParams(DHParameterSpec) - Method in class com.traxel.crypto.DHPartner
 
setPartnerPublicKey(DHPublicKey) - Method in class com.traxel.crypto.DHPartner
 
streamTest(Cipher, Cipher) - Static method in class com.traxel.crypto.CryptoUtil
 

T

TEST_G - Static variable in class com.traxel.crypto.CipherPartner
 
TEST_P - Static variable in class com.traxel.crypto.CipherPartner
 
TEST_PARAMS - Static variable in class com.traxel.crypto.CipherPartner
 
TRANSFORMATION - Static variable in class com.traxel.crypto.DHPartner
 

V

verify(String, String) - Static method in class com.traxel.crypto.CipherPartner
 
verify(byte[], String) - Static method in class com.traxel.crypto.Sha1Util
 
verify(byte[], byte[]) - Static method in class com.traxel.crypto.Sha1Util
 

X

x509FromBase16(InputStream) - Static method in class com.traxel.crypto.DHUtil
 

_

_blowfishKey - Variable in class com.traxel.crypto.CipherPartner
 
_decryptCipher - Variable in class com.traxel.crypto.CipherPartner
 
_decryptCipher - Variable in class com.traxel.crypto.DHPartner
 
_dhKeyAgree - Variable in class com.traxel.crypto.CipherPartner
 
_dhKeyPair - Variable in class com.traxel.crypto.CipherPartner
 
_encryptCipher - Variable in class com.traxel.crypto.CipherPartner
 
_encryptCipher - Variable in class com.traxel.crypto.DHPartner
 
_iv - Variable in class com.traxel.crypto.CipherPartner
 
_keyAgree - Variable in class com.traxel.crypto.DHPartner
 
_keyPair - Variable in class com.traxel.crypto.DHPartner
 
_name - Variable in class com.traxel.crypto.CipherPartner
 
_name - Variable in class com.traxel.crypto.DHPartner
 
_params - Variable in class com.traxel.crypto.DHPartner
 
_partnerPublicKey - Variable in class com.traxel.crypto.DHPartner
 

C D E G I M P R S T V X _