HashAlgorithm

Hash algorithm for digesting PDF data as part of a digital signing process.

Entries

Link copied to clipboard

MD5.

Link copied to clipboard

SHA1 with 160-bit message digest.

Link copied to clipboard

SHA2 with 224-bit message digest.

Link copied to clipboard

SHA2 with 256-bit message digest.

Link copied to clipboard

SHA2 with 384-bit message digest.

Link copied to clipboard

SHA2 with 512-bit message digest.

Functions

Link copied to clipboard
open fun valueOf(name: String): HashAlgorithm

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.