ic-reactor
    Preparing search index...

    Variable unwrapDERConst

    unwrapDER: (derEncoded: Uint8Array, oid: Uint8Array) => Uint8Array

    Extracts a payload from the given derEncoded data, and checks that it was tagged with the given oid.

    derEncoded = SEQUENCE(oid, BITSTRING(payload))

    Type declaration