- Index
- »
- crypto
- »
- PrivKeyEntry
type
PrivKeyEntry
src
const mixin PrivKeyEntry : KeyStoreEntry
A PrivKeyEntry stores a private key and the certificate chain for the corresponding public key.
methods
cert |
Get the end entity certificate from the certificate chain; this should be the first entry in the |
---|---|
certChain |
Get the certificate chain from this entry. |
keyPair |
Get the |
priv |
Get the private key from this entry. |
pub |
Convenience to get the public key from the |