public final class AuthenticationUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static PrivateKey |
loadSigningKey(String pkcs12KeyFilePath,
String signingKeyAlias,
String signingKeyPassword)
Load a RSA signing key out of a PKCS#12 container.
|
public static PrivateKey loadSigningKey(String pkcs12KeyFilePath, String signingKeyAlias, String signingKeyPassword) throws IOException, KeyStoreException, CertificateException, NoSuchAlgorithmException, UnrecoverableKeyException
Copyright © 2020. All rights reserved.