How to get Modulus and exponent from the key file? | developer.brewmp.com How to get Modulus and exponent from the key file? | developer.brewmp.com

Developer

How to get Modulus and exponent from the key file?

Forums:

In java, we can read modulus and exponent from RSAPublicKey.getModulus() and RSAPublicKey.getPublicExponent().

How in Brew can we read modulus and exponent from a XXX.cer file?