C# Class K2Informatics.Erlnet.OtpMD5

Afficher le fichier Open project: K2InformaticsGmbH/erlnet Class Usage Examples

Méthodes publiques

Méthode Description
OtpMD5 ( ) : System
final_bytes ( ) : int[]
update ( String s ) : void
update ( int bytes ) : void

Private Methods

Méthode Description
F ( long x, long y, long z ) : long
FF ( long a, long b, long c, long d, long x, long s, long ac ) : long
G ( long x, long y, long z ) : long
GG ( long a, long b, long c, long d, long x, long s, long ac ) : long
H ( long x, long y, long z ) : long
HH ( long a, long b, long c, long d, long x, long s, long ac ) : long
I ( long x, long y, long z ) : long
II ( long a, long b, long c, long d, long x, long s, long ac ) : long
ROTATE_LEFT ( long x, long n ) : long
clean_bytes ( int bytes ) : int[]
decode ( long output, int input, int in_from, int len ) : void
do_update ( int bytes ) : void
dumpstate ( ) : void
encode ( long input, int len ) : int[]
not ( long x ) : long
plus ( long a, long b ) : long
shl ( long what, int steps ) : long
shr ( long what, int steps ) : long
to_buffer ( int to_start, int from, int from_start, int num ) : void
to_bytes ( String s ) : int[]
transform ( int block, int from ) : void

Method Details

OtpMD5() public méthode

public OtpMD5 ( ) : System
Résultat System

final_bytes() public méthode

public final_bytes ( ) : int[]
Résultat int[]

update() public méthode

public update ( String s ) : void
s String
Résultat void

update() public méthode

public update ( int bytes ) : void
bytes int
Résultat void