| Class | Description |
|---|---|
| PKCS8Key |
Holds a PKCS#8 key, for example a private key
According to https://tools.ietf.org/html/rfc5958:
OneAsymmetricKey ::= SEQUENCE {
version Version,
privateKeyAlgorithm PrivateKeyAlgorithmIdentifier,
privateKey PrivateKey,
attributes [0] Attributes OPTIONAL,
...,
[[2: publicKey [1] PublicKey OPTIONAL ]],
...
|