Enums§
- PubKey
File Type - Type of a der-encoded public key.
Functions§
- parse_
bit_ string - der bytes -> (unused bits, bytes of bit string, rest of der bytes)
- parse_
pub_ key - Extracts modulus and exponent from specified der public key representation
- parse_
pub_ key_ pkcs1 - Extracts modulus and exponent from pkcs1 der public key representation
- parse_
pub_ key_ pkcs8 - Extracts modulus and exponent from pkcs8 der public key representation
- parse_
sequence - der bytes -> (sequence bytes, rest of der bytes)
- parse_
uint - der bytes -> (uint, rest of der bytes)
- pem_
to_ der - Converts pem encoded RSA public key to der.