Static methods

@:throws("java.security.NoSuchAlgorithmException")staticgetInstance(param1:String, param2:Provider):MessageDigest

@:throws("java.security.NoSuchAlgorithmException")staticgetInstance(param1:String):MessageDigest

@:throws("java.security.NoSuchProviderException")@:throws("java.security.NoSuchAlgorithmException")staticgetInstance(param1:String, param2:String):MessageDigest

staticisEqual(param1:NativeArray<Int8>, param2:NativeArray<Int8>):Bool

Methods

digest(param1:NativeArray<Int8>):NativeArray<Int8>

digest():NativeArray<Int8>

@:throws("java.security.DigestException")digest(param1:NativeArray<Int8>, param2:Int, param3:Int):Int

finalupdate(param1:ByteBuffer):Void

update(param1:Int8):Void

update(param1:NativeArray<Int8>, param2:Int, param3:Int):Void

update(param1:NativeArray<Int8>):Void

Inherited Variables

Inherited Methods

Defined by MessageDigestSpi