Method Standards.X509.Verifier()->verify()
- Method verify
bool
verify(Sequence
algorithm
,string(8bit)
msg
,string(8bit)
signature
)- Description
Verifies the
signature
of the certificatemsg
using the indicated hashalgorithm
.
bool
verify(Sequence
algorithm
, string(8bit)
msg
, string(8bit)
signature
)
Verifies the signature
of the certificate msg
using the
indicated hash algorithm
.