Skip to content

QuantumGate::UUID::Verify

Karel Donk edited this page Jun 11, 2018 · 1 revision

Verifies a UUID against a public key. This can only be done for UUID's of type QuantumGate::UUIDType::Peer.

Signature

const bool Verify(const ProtectedBuffer& pub_key) const noexcept;

Parameters

Name Description
pub_key A peer public key in PEM format.

Return values

Returns true when the UUID is successfully verified against the public key, otherwise false.

Clone this wiki locally