|
Elexis API documentationVersion 2.1.6 as of January 22 2012 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CryptologistException | |
---|---|
ch.rgw.crypt |
Uses of CryptologistException in ch.rgw.crypt |
---|
Subclasses of CryptologistException in ch.rgw.crypt | |
---|---|
class |
BadParameterException
|
Methods in ch.rgw.crypt that throw CryptologistException | |
---|---|
void |
Cryptologist.decrypt(java.io.InputStream source,
java.io.OutputStream dest)
|
void |
GnuPG.decrypt(java.io.InputStream source,
java.io.OutputStream dest)
|
void |
JCECrypter.decrypt(java.io.InputStream source,
java.io.OutputStream dest)
|
void |
Cryptologist.decrypt(java.io.InputStream source,
java.io.OutputStream dest,
byte[] key)
Decrypt a symmetrically encrypted stream |
void |
GnuPG.decrypt(java.io.InputStream source,
java.io.OutputStream dest,
byte[] key)
|
void |
JCECrypter.decrypt(java.io.InputStream source,
java.io.OutputStream dest,
byte[] key)
|
void |
Cryptologist.encrypt(java.io.InputStream source,
java.io.OutputStream dest,
Cryptologist.SYMM_ALGOS algo,
byte[] key)
Encrypt a stream symmetrically with the provided key. |
void |
GnuPG.encrypt(java.io.InputStream source,
java.io.OutputStream dest,
Cryptologist.SYMM_ALGOS algo,
byte[] key)
|
void |
JCECrypter.encrypt(java.io.InputStream source,
java.io.OutputStream dest,
Cryptologist.SYMM_ALGOS algo,
byte[] key)
|
void |
Cryptologist.encrypt(java.io.InputStream source,
java.io.OutputStream dest,
java.lang.String receiverKeyName)
enctrypt a Stream asymmetrically for the receiver |
void |
GnuPG.encrypt(java.io.InputStream source,
java.io.OutputStream dest,
java.lang.String receiverKeyName)
|
void |
JCECrypter.encrypt(java.io.InputStream source,
java.io.OutputStream dest,
java.lang.String receiverKeyName)
|
void |
JCECrypter.encryptBlowfish(java.io.InputStream plain,
java.io.OutputStream encrypted,
byte[] key)
|
byte[] |
Cryptologist.getCertificateEncoded(java.lang.String alias)
|
byte[] |
GnuPG.getCertificateEncoded(java.lang.String alias)
|
byte[] |
JCECrypter.getCertificateEncoded(java.lang.String alias)
|
java.util.Map<java.lang.String,java.io.Serializable> |
SAT.unwrap(byte[] encrypted,
boolean bCheckSignature)
Decrypt, and verify a packet (using our preconfigured Cryptologist) |
byte[] |
SAT.wrap(java.util.Map<java.lang.String,java.io.Serializable> var,
java.lang.String dest)
Sign and encrypt a HashMap. |
|
Elexis API documentationVersion 2.1.6 as of January 22 2012 | |||||||||
PREV NEXT | FRAMES NO FRAMES |