A DER encoded SEQUENCE(OID)
for DER-encoded-COSE
A DER encoded SEQUENCE(OID)
for the Ed25519 algorithm
Analyze a DelegationChain and validate that it's valid, ie. not expired and apply to the scope.
The chain to validate.
Various checks to validate on the chain.
Extracts a payload from the given derEncoded
data, and checks that it was tagged with the given oid
.
derEncoded = SEQUENCE(oid, BITSTRING(payload))
The DER encoded and tagged data
The DER encoded (and SEQUENCE wrapped!) expected OID
The unwrapped payload
Wraps the given payload
in a DER encoding tagged with the given encoded oid
like so:
SEQUENCE(oid, BITSTRING(payload))
The payload to encode as the bit string
The DER encoded (and SEQUENCE wrapped!) OID to tag the payload with
Generated using TypeDoc
Options used in a ECDSAKeyIdentity