public class SamlResourceUtils
extends java.lang.Object
Utility class to get the keys/certs for use in IdVault operationd
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getPrivKey()
Gets the private key defined in JwtPrivateKey / JwtPrivateKeyFile The file has priority over the direct key entry
|
static java.lang.String |
getPubKey()
Gets the public key defined in JwtPublicKey / JwtPublicKeyFile The file has priority over the direct key entry
|
static java.lang.String |
getX509()
Gets the cert defined in JwtCert / JwtCertFile The file has priority over the direct key entry
|
public static java.lang.String getPrivKey()
Gets the private key defined in JwtPrivateKey / JwtPrivateKeyFile The file has priority over the direct key entry
public static java.lang.String getPubKey()
Gets the public key defined in JwtPublicKey / JwtPublicKeyFile The file has priority over the direct key entry
public static java.lang.String getX509()
Gets the cert defined in JwtCert / JwtCertFile The file has priority over the direct key entry