SecureHashAlgorithmType
in package
Class representing SecureHashAlgorithmType.
XSD Type: secureHashAlgorithmType
Table of Contents
Properties
- $hashAlgorithm : string|null
- Způsob výpočtu hashe XML dokumentu a případných souborů označených jako přílohy.
Methods
- getHashAlgorithm() : string
- Gets as hashAlgorithm.
- setHashAlgorithm() : self
- Sets a new hashAlgorithm.
Properties
$hashAlgorithm
Způsob výpočtu hashe XML dokumentu a případných souborů označených jako přílohy.
private
string|null
$hashAlgorithm
= null
Methods
getHashAlgorithm()
Gets as hashAlgorithm.
public
getHashAlgorithm() : string
Způsob výpočtu hashe XML dokumentu a případných souborů označených jako přílohy.
Return values
stringsetHashAlgorithm()
Sets a new hashAlgorithm.
public
setHashAlgorithm(string $hashAlgorithm) : self
Způsob výpočtu hashe XML dokumentu a případných souborů označených jako přílohy.
Parameters
- $hashAlgorithm : string