public class CertificateUtil
extends java.lang.Object
| Constructor | Description |
|---|---|
CertificateUtil() |
| Modifier and Type | Method | Description |
|---|---|---|
static java.security.interfaces.RSAPublicKey |
parseRSAPublicKey(java.lang.String pem) |
Gets an RSAPublicKey from the provided PEM encoding.
|
public static java.security.interfaces.RSAPublicKey parseRSAPublicKey(java.lang.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 © 2008–2025 Apache Software Foundation. All rights reserved.