value property
int
get
value
Implementation
int get value {
switch (this) {
case HashAlgorithm.sha256:
return 0x08;
case HashAlgorithm.sha512:
return 0x0A;
}
}
int get value {
switch (this) {
case HashAlgorithm.sha256:
return 0x08;
case HashAlgorithm.sha512:
return 0x0A;
}
}