Method Standards.X509.Verifier()->verify()
- Method
verify
bool
verify(Sequence
algorithm
,string(8bit)
msg
,string(8bit)
signature
,mapping
(Identifier
:Crypto.Hash
)|void
verifier_algorithms
)- Description
Verifies the
signature
of the certificatemsg
using the indicated hashalgorithm
, choosing fromverifier_algorithms
.- See also