|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cryptologist.SYMM_ALGOS | |
---|---|
ch.rgw.crypt |
Uses of Cryptologist.SYMM_ALGOS in ch.rgw.crypt |
---|
Methods in ch.rgw.crypt that return Cryptologist.SYMM_ALGOS | |
---|---|
static Cryptologist.SYMM_ALGOS |
Cryptologist.SYMM_ALGOS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Cryptologist.SYMM_ALGOS[] |
Cryptologist.SYMM_ALGOS.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in ch.rgw.crypt with parameters of type Cryptologist.SYMM_ALGOS | |
---|---|
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)
|
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |