Skip to content

Instantly share code, notes, and snippets.

@Lucia-Lenz
Created December 16, 2022 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lucia-Lenz/abd978a903c9abe28be71049ba2bda98 to your computer and use it in GitHub Desktop.
Save Lucia-Lenz/abd978a903c9abe28be71049ba2bda98 to your computer and use it in GitHub Desktop.
asn_secure_key_wrapper
KeyDescription ::= SEQUENCE {
keyFormat INTEGER,
authorizationList AuthorizationList
}
SecureKeyWrapper ::= SEQUENCE {
wrapperFormatVersion INTEGER,
encryptedTransportKey OCTET_STRING,
initializationVector OCTET_STRING,
keyDescription KeyDescription,
secureKey OCTET_STRING,
tag OCTET_STRING
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment