dcrypt v0.0.5 (2015-08-01T16:43:44Z)
Dub
Repo
ParametersWithIV
dcrypt
crypto
params
keyparameter
Undocumented in source.
@
safe
class
ParametersWithIV :
KeyParameter
{
this
(ubyte[] key, ubyte[] iv);
ubyte
[]
getIV
();
}
Constructors
this
this
(ubyte[] key, ubyte[] iv)
Undocumented in source.
Members
Functions
getIV
ubyte
[]
getIV
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From KeyParameter
~this
~this
()
Undocumented in source.
getKey
ubyte
[]
getKey
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
dcrypt
crypto
params
keyparameter
classes
KeyParameter
ParametersWithIV