Wraps the given payload in a DER encoding tagged with the given encoded oid like so: SEQUENCE(oid, BITSTRING(payload))
payload
oid
SEQUENCE(oid, BITSTRING(payload))
The payload to encode as the bit string
The DER encoded (and SEQUENCE wrapped!) OID to tag the payload with
Wraps the given
payload
in a DER encoding tagged with the given encodedoid
like so:SEQUENCE(oid, BITSTRING(payload))