BER_encode

BER encode a key

static if(BOTAN_HAS_PUBLIC_KEY_CRYPTO && BOTAN_HAS_X509_CERTIFICATES)
Vector!ubyte
BER_encode

Parameters

key PublicKey

the public key to encode

Return Value

Type: Vector!ubyte

BER encoding of this key

Meta