The validity of certificates generated by this key in seconds.
Set the validity of certificates generated by this key in seconds.
Note that changing the validity of a key once it's used in an Endpoint does nothing.
Generate a certificate for this key.
This is primarily used internally, but exposed for convenience if you're implementing the transport yourself and don't want to bother making certificates correctly.
Returns the PEM-encoded certificate.
Serialize private key to PEM.
Serialize public key to PEM.
Static
generateGenerate a new random key pair in the default scheme.
Static
generateGenerate a new random key pair in the given scheme.
The argument must be one of ed25519
, ecdsa256
, ecdsa384
.
Load a private key from a PEM-encoded PKCS#8 private key string.
If the key is not ED25519 or ECDSA(256|384), this will error.