Uses of Class
org.keycloak.representations.KeyStoreConfig
-
Packages that use KeyStoreConfig Package Description org.keycloak.admin.client.resource org.keycloak.services.resources.admin -
-
Uses of KeyStoreConfig in org.keycloak.admin.client.resource
Methods in org.keycloak.admin.client.resource with parameters of type KeyStoreConfig Modifier and Type Method Description byte[]
ClientAttributeCertificateResource. generateAndGetKeystore(KeyStoreConfig config)
Generate a new keypair and certificate, and get the private key file Generates a keypair and certificate and serves the private key in a specified keystore format.byte[]
ClientAttributeCertificateResource. getKeystore(KeyStoreConfig config)
Get a keystore file for the client, containing private key and public certificate -
Uses of KeyStoreConfig in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin with parameters of type KeyStoreConfig Modifier and Type Method Description byte[]
ClientAttributeCertificateResource. generateAndGetKeystore(KeyStoreConfig config)
Generate a new keypair and certificate, and get the private key file Generates a keypair and certificate and serves the private key in a specified keystore format.byte[]
ClientAttributeCertificateResource. getKeystore(KeyStoreConfig config)
Get a keystore file for the client, containing private key and public certificate
-