rewrite exception statement re: TSKs

This commit is contained in:
Tammi L. Coles 2023-11-30 18:55:39 +01:00
parent fc8d0e1692
commit 58f14b495d

View file

@ -30,7 +30,7 @@ An OpenPGP certificate, with the associated private key material handled in a se
[^pkcs11]: The distinction between certificates (which combine public key material and identity information) and private key material is similarly made in the data model of [PKCS #11](https://en.wikipedia.org/wiki/PKCS_11) cryptographic systems.
However, there is one exception. Cryptographic private key material is sometimes embedded within an OpenPGP framing format that also contains the certificate: transferable secret keys (TSK).
In certain cases, an exception arises where the cryptographic private key material is integrated into the same OpenPGP framing format as the certificate. This is specifically done in the context of transferable secret keys (TSKs).
## Transferable secret key format