Documentation

SecureHashAlgorithmType
in package

Class representing SecureHashAlgorithmType.

XSD Type: secureHashAlgorithmType

Table of Contents

$hashAlgorithm  : string|null
Způsob výpočtu hashe XML dokumentu a případných souborů označených jako přílohy.
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
string

setHashAlgorithm()

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
Return values
self

Search results