c3d7ef80662b037319e661298fbe3f6dd2d97798
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 40
Link to commit
Third party dependencies:
| Dependency Action | |
|---|---|
| Added | |
| org.bouncycastle:bcprov-jdk15on:1.50 | |
| org.bouncycastle:bcpkix-jdk15on:1.50 |
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Rename Variable | 2 | ||
| Rename Variable subjectName : X500Principal to subjectDN : X500Name in method public generateV3Certificate(keyPair KeyPair, caPrivateKey PrivateKey, caCert X509Certificate, subject String) : X509Certificate in class org.keycloak.util.CertificateUtils | From | To | |
| Rename Variable subjectPrincipal : X500Principal to subjectDN : X500Name in method public generateV1SelfSignedCertificate(caKeyPair KeyPair, subject String) : X509Certificate in class org.keycloak.util.CertificateUtils | From | To | |
| Change Variable Type | 2 | ||
| Change Variable Type subjectPrincipal : X500Principal to subjectDN : X500Name in method public generateV1SelfSignedCertificate(caKeyPair KeyPair, subject String) : X509Certificate in class org.keycloak.util.CertificateUtils | From | To | |
| Change Variable Type subjectName : X500Principal to subjectDN : X500Name in method public generateV3Certificate(keyPair KeyPair, caPrivateKey PrivateKey, caCert X509Certificate, subject String) : X509Certificate in class org.keycloak.util.CertificateUtils | From | To | |
| Rename Parameter | 1 | ||
| Rename Parameter keyPair : KeyPair to caKeyPair : KeyPair in method public generateV1SelfSignedCertificate(caKeyPair KeyPair, subject String) : X509Certificate in class org.keycloak.util.CertificateUtils | From | To |