mysql_common::crypto::der

Function parse_pub_key

Source
pub fn parse_pub_key(
    der: &[u8],
    file_type: PubKeyFileType,
) -> (BigUint, BigUint)
Expand description

Extracts modulus and exponent from specified der public key representation