Expand description
A small library mostly for proof of concept, implementing the symmetric key package from IETF RFC 6031
Structsยง
- Attribute
- Taken from rfc 5652 page 14.
- OneSymmetric
Key - Represents a single symmetric key as defined here
- Symmetric
KeyContent Info - Represents a CMS
ContentInfotype with the context specific asn1 tag attached to the child sequence. Equivalent to this - Symmetric
KeyPackage - This contains a sequence of
OneSymmetricKeyasn1 objects and potentially relevant attributes.