decodeRSAPrivateKey

Decodes a PKCS#1 RSAPrivateKey structure, creating an RSA object

extern (C) extern (D)
decodeRSAPrivateKey
(
const(void)[] key
)

Parameters

key const(void)[]

the bytes to decode

Return Value

Type: RSA*

A decoded structure, or null if an error occurs.

Meta