public class CertificateUtil extends Object
Constructor and Description |
---|
CertificateUtil() |
Modifier and Type | Method and Description |
---|---|
static RSAPublicKey |
parseRSAPublicKey(String pem)
Gets an RSAPublicKey from the provided PEM encoding.
|
public static RSAPublicKey parseRSAPublicKey(String pem) throws javax.servlet.ServletException
pem
- - the pem encoding from config without the header and footerjavax.servlet.ServletException
- thrown if a processing error occurredCopyright © 2022 Apache Software Foundation. All rights reserved.