Метод | Описание | |
---|---|---|
Digest ( this digest ) : byte[] | ||
DoFinal ( this hmac ) : byte[] | ||
Update ( this hmac, byte input ) : void | ||
Update ( this digest, byte input, int offset, int length ) : void |
public static Digest ( this digest ) : byte[] | ||
digest | this | |
Результат | byte[] |
public static DoFinal ( this hmac ) : byte[] | ||
hmac | this | |
Результат | byte[] |
public static Update ( this hmac, byte input ) : void | ||
hmac | this | |
input | byte | |
Результат | void |
public static Update ( this digest, byte input, int offset, int length ) : void | ||
digest | this | |
input | byte | |
offset | int | |
length | int | |
Результат | void |