PEM_encode

PEM encode a public key into a string.

static if(BOTAN_HAS_PUBLIC_KEY_CRYPTO && BOTAN_HAS_X509_CERTIFICATES)
string
PEM_encode

Parameters

key PublicKey

the key to encode

Return Value

Type: string

PEM encoded key

Meta