SCANToken

A class encapsulating a SCAN name (similar to JCE conventions) http://www.users.zetnet.co.uk/hopwood/crypto/scan/

Constructors

this
this(string algo_spec)

Members

Functions

algoNameAndArgs
string algoNameAndArgs()
arg
string arg(size_t i)
arg
string arg(size_t i, string def_value)
argAsInteger
size_t argAsInteger(size_t i, size_t def_value)
argCount
size_t argCount()
argCountBetween
bool argCountBetween(size_t lower, size_t upper)
cipherMode
string cipherMode()
cipherModePad
string cipherModePad()
toString
string toString()

Properties

algoName
string algoName [@property getter]

Static functions

addAlias
void addAlias(string _alias, string basename)
Undocumented in source. Be warned that the author may not have intended to support it.
derefAlias
string derefAlias(string input, bool keep)
Undocumented in source. Be warned that the author may not have intended to support it.
setDefaultAliases
void setDefaultAliases()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta