toggle menu
kaskad_platform
1.0.0
jvm
switch theme
search in API
sentry
/
ru.sydis.sentry.IntegerControl
/
IntegrityFile
Integrity
File
class
IntegrityFile
(
val
path
:
String
,
val
hash
:
String
,
var
lastCheckTime
:
String
)
:
IntegrityObjInterface
Members
Constructors
Integrity
File
Link copied to clipboard
constructor
(
path
:
String
,
hash
:
String
,
lastCheckTime
:
String
)
Properties
hash
Link copied to clipboard
open
override
val
hash
:
String
last
Check
Time
Link copied to clipboard
open
override
var
lastCheckTime
:
String
path
Link copied to clipboard
open
override
val
path
:
String
Functions
check
Link copied to clipboard
open
override
fun
check
(
)
:
Boolean
hash
Link copied to clipboard
fun
File
.
hash
(
algorithm
:
String
=
"SHA-256"
)
:
String