public class CertificateUtils extends Object
| Constructor and Description |
|---|
CertificateUtils() |
| 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 - exception on PEM issueCopyright © 2022 The Apache Software Foundation. All rights reserved.