parsePublicKey static method
Parses RSA public key from PEM string
Implementation
static RSAPublicKey parsePublicKey(String pemKey) {
return BasicUtils.CryptoUtils.rsaPublicKeyFromPem(pemKey);
}
Parses RSA public key from PEM string
static RSAPublicKey parsePublicKey(String pemKey) {
return BasicUtils.CryptoUtils.rsaPublicKeyFromPem(pemKey);
}