5b6036525cdad40908e82a3997acb1a2363100d4
Files Diff
- Added: 23
- Removed: 0
- Renamed: 0
- Modified: 24
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Change Parameter Type | 2 | ||
| Change Parameter Type alg : Algorithm to alg : String in method private getJavaDigestAlgorithm(alg String) : String in class org.keycloak.jose.jws.crypto.HashProvider | From | To | |
| Change Parameter Type algorithm : Algorithm to algorithm : String in method private digest(algorithm String, input String) : byte[] in class org.keycloak.jose.jws.crypto.HashProvider | From | To | |
| Extract Method | 2 | ||
| Extract Method public oidcHash(jwtAlgorithmName String, input String) : String extracted from public oidcHash(jwtAlgorithm Algorithm, input String) : String in class org.keycloak.jose.jws.crypto.HashProvider | From | To | |
| Extract Method protected encode(sigAlgName String, data byte[], encoding StringBuffer) : void extracted from protected encode(alg Algorithm, data byte[], encoding StringBuffer) : void in class org.keycloak.jose.jws.JWSBuilder | From | To |