botan v1.12.12 (2020-01-26T16:00:04Z)
Dub
Repo
copyKey
botan
pubkey
x509_key
Copy a key.
static if
(
BOTAN_HAS_PUBLIC_KEY_CRYPTO && BOTAN_HAS_X509_CERTIFICATES
)
PublicKey
copyKey
(
in
PublicKey
key
)
Parameters
key
PublicKey
the public key to copy
Return Value
Type:
PublicKey
new public key object
Meta
Source
See Implementation
botan
pubkey
x509_key
aliases
X509Encoding
x509_key
enums
RAW_BER
functions
BER_encode
PEM_encode
caOpts
checkAgainstCopy
copyKey
keyId
loadKey
reqOpts1
reqOpts2
Copy a key.