Constants |
SHA1 |
identifier of SHA-1 algorithm
|
SHA256 |
identifier of SHA-256 algorithm
|
SHA1_1K |
identifier of SHA-1 algorithm that is applied to the first kilobyte
of data.
|
SHA256_1K |
identifier of SHA-256 algorithm that is applied to the first kilobyte
of data.
|
SHA512 |
identifier of SHA-512 algorithm
Since LibreOffice 6.0
|
SHA512_1K |
identifier of SHA-512 algorithm that is applied to the first
kilobyte of data.
Since LibreOffice 6.0
|
Constants' Details |
SHA1
const long SHA1 = 1;
- Description
- identifier of SHA-1 algorithm
|
|
SHA256
const long SHA256 = 2;
- Description
- identifier of SHA-256 algorithm
|
|
SHA1_1K
const long SHA1_1K = 3;
- Description
- identifier of SHA-1 algorithm that is applied to the first kilobyte
of data.
|
|
SHA256_1K
const long SHA256_1K = 4;
- Description
- identifier of SHA-256 algorithm that is applied to the first kilobyte
of data.
|
|
SHA512
const long SHA512 = 5;
- Description
- identifier of SHA-512 algorithm
Since LibreOffice 6.0
|
|
SHA512_1K
const long SHA512_1K = 6;
- Description
- identifier of SHA-512 algorithm that is applied to the first
kilobyte of data.
Since LibreOffice 6.0
|
|
Top of Page
Copyright © 2020, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.