Toggle navigation
Home
org.keycloak.models.KeyManager.ActiveKey to org.keycloak.models.KeyManager.ActiveHmacKey
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'keycloak'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Internal
Mapping:
Add or Remove Method invocation
activeKey.getPrivateKey()
to
activeKey.getSecretKey()
rsa256
to
hmac256
Cascading Type Change (Similar)
KeyManager.ActiveKey
to
KeyManager.ActiveHmacKey
Rename Method invocation
getActiveKey
to
getActiveHmacKey
Rename Variable
keys
to
activeKey