rsaPublicKeyExponentToBytes static method
Converts the RSAPublicKey.exponent from the given publicKey to a Uint8List.
Implementation
static Uint8List rsaPublicKeyExponentToBytes(RSAPublicKey publicKey) =>
encodeBigInt(publicKey.exponent);
Converts the RSAPublicKey.exponent from the given publicKey to a Uint8List.
static Uint8List rsaPublicKeyExponentToBytes(RSAPublicKey publicKey) =>
encodeBigInt(publicKey.exponent);