Uses of Class
org.keycloak.representations.info.CryptoInfoRepresentation
Packages that use CryptoInfoRepresentation
-
Uses of CryptoInfoRepresentation in org.keycloak.representations.info
Methods in org.keycloak.representations.info that return CryptoInfoRepresentationModifier and TypeMethodDescriptionstatic CryptoInfoRepresentation
CryptoInfoRepresentation.create
(List<String> clientSignatureSymmetricAlgorithms, List<String> clientSignatureAsymmetricAlgorithms) ServerInfoRepresentation.getCryptoInfo()
Methods in org.keycloak.representations.info with parameters of type CryptoInfoRepresentationModifier and TypeMethodDescriptionvoid
ServerInfoRepresentation.setCryptoInfo
(CryptoInfoRepresentation cryptoInfo)