Class CryptoInfoRepresentation
- java.lang.Object
-
- org.keycloak.representations.info.CryptoInfoRepresentation
-
public class CryptoInfoRepresentation extends Object
- Author:
- Marek Posolda
-
-
Constructor Summary
Constructors Constructor Description CryptoInfoRepresentation()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CryptoInfoRepresentation
create()
String
getCryptoProvider()
List<String>
getSupportedKeystoreTypes()
void
setCryptoProvider(String cryptoProvider)
void
setSupportedKeystoreTypes(List<String> supportedKeystoreTypes)
-
-
-
Method Detail
-
create
public static CryptoInfoRepresentation create()
-
getCryptoProvider
public String getCryptoProvider()
-
setCryptoProvider
public void setCryptoProvider(String cryptoProvider)
-
-