Skip to content

parseOcspRequestDerOrThrow

Throwing core for parseOcspRequestDer.

ts
function parseOcspRequestDerOrThrow(
	der: Uint8Array,
): ParsedOcspRequest

Parameters

  • der: Uint8Array

Released under the MIT License.