PrivKeyEntry
const mixin PrivKeyEntry : KeyStoreEntry
A PrivKeyEntry stores a private key and the certificate chain for the corresponding public key.
Get the end entity certificate from the certificate chain
Get the certificate chain from this entry
Get the KeyPair for the entry
Get the private key from this entry
Convenience to get the public key from the cert
virtual Cert cert()
Get the end entity certificate from the certificate chain; this should be the first entry in the certChain.
abstract Cert[] certChain()
Get the certificate chain from this entry.
abstract KeyPair keyPair()
Get the KeyPair for the entry. It consists of the priv and pub keys from this entry.
abstract PrivKey priv()
Get the private key from this entry.
virtual PubKey pub()
Convenience to get the public key from the cert.