tango.util.cipher.Cipher

Members

Classes

BlockCipher
class BlockCipher

Interface for a standard block cipher.

BlockCipherPadding
class BlockCipherPadding

Base padding class for implementing block padding schemes.

Cipher
class Cipher

Base symmetric cipher class

StreamCipher
class StreamCipher

Interface for a standard stream cipher.

Structs

Bitwise
struct Bitwise
Undocumented in source.
ByteConverter
struct ByteConverter

Converts between integral types and unsigned byte arrays

Meta

License

BSD style: $(LICENSE)

Authors

Thomas Dixon