public class OpenIdSigningKeyResolver
extends java.lang.Object
| Constructor and Description |
|---|
OpenIdSigningKeyResolver(LineAuthenticationApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
java.security.Key |
resolveSigningKey(JwsHeader header,
Claims claims) |
java.security.Key |
resolveSigningKey(JwsHeader header,
java.lang.String plaintext) |
public OpenIdSigningKeyResolver(LineAuthenticationApiClient apiClient)