Package | Description |
---|---|
com.tinfoilsms.crypto | |
com.tinfoilsms.csprng | |
org.spongycastle.crypto.engines |
Basic cipher classes.
|
Class and Description |
---|
IESEngine
support class for constructing integrated encryption ciphers
for doing basic message exchanges on top of key agreement ciphers
|
Class and Description |
---|
ISAACEngine
Implementation of Bob Jenkin's ISAAC (Indirection Shift Accumulate Add and Count).
|
Class and Description |
---|
CAST5Engine
A class that provides CAST key encryption operations,
such as encoding data and generating keys.
|
DESEngine
a class that provides a basic DES engine.
|
IndexGenerator
An implementation of the Index Generation Function in IEEE P1363.1.
|
IndexGenerator.BitString
Represents a string of bits and supports appending, reading the head, and reading the tail.
|
RFC3394WrapEngine
an implementation of the AES Key Wrapper from the NIST Key Wrap
Specification as described in RFC 3394.
|
RSACoreEngine
this does your basic RSA algorithm.
|
VMPCEngine |