|
gluu
|

クラス | |
| enum | CodeChallengeMethod |
公開メンバ関数 | |
| CodeVerifier () | |
| CodeVerifier (CodeChallengeMethod transformationType) | |
| String | getCodeChallenge () |
| String | getCodeVerifier () |
| CodeChallengeMethod | getTransformationType () |
| String | toString () |
静的公開メンバ関数 | |
| static String | generateCodeChallenge (CodeChallengeMethod codeChallengeMethod, String codeVerifier) |
| static boolean | matched (String codeChallenge, String codeChallengeMethod, String codeVerifier) |
| static boolean | matched (String codeChallenge, CodeChallengeMethod codeChallengeMethod, String codeVerifier) |
| static String | s256 (String codeVerifier) |
| static String | base64UrlEncode (byte[] input) |
| static String | generateCodeVerifier () |
| static boolean | isCodeVerifierValid (String codeVerifier) |
非公開変数類 | |
| String | codeVerifier |
| String | codeChallenge |
| CodeChallengeMethod | transformationType |
静的非公開変数類 | |
| static final int | MAX_CODE_VERIFIER_LENGTH = 128 |
| static final int | MIN_CODE_VERIFIER_LENGTH = 43 |
| static final byte [] | EMPTY_BYTE_ARRAY = new byte[0] |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
private |
|
private |
|
staticprivate |
|
staticprivate |
|
staticprivate |
|
private |
1.8.13