Package org.apereo.cas.oidc.jwks
Class OidcJsonWebKeystoreGeneratorService
- java.lang.Object
-
- org.apereo.cas.oidc.jwks.OidcJsonWebKeystoreGeneratorService
-
public class OidcJsonWebKeystoreGeneratorService extends java.lang.ObjectThis isOidcJsonWebKeystoreGeneratorService.- Since:
- 5.1.0
-
-
Constructor Summary
Constructors Constructor Description OidcJsonWebKeystoreGeneratorService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidgenerate()Generate.voidgenerate(org.springframework.core.io.Resource file)Generate.protected voidgenerate(org.springframework.core.io.Resource file, int bits)Generate.
-
-
-
Method Detail
-
generate
public void generate()
Generate.
-
generate
public void generate(org.springframework.core.io.Resource file)
Generate.- Parameters:
file- the file
-
generate
protected void generate(org.springframework.core.io.Resource file, int bits)Generate.- Parameters:
file- the filebits- the bits
-
-