Skip to main content
method Certificate.prototype.verifySpkac
Certificate.prototype.verifySpkac(spkac: ArrayBufferView): boolean
Deprecated

Parameters

spkac: ArrayBufferView

Return Type

boolean

true if the given spkac data structure is valid, false otherwise.

Back to top