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 CryptoInfoRepresentationcreate()StringgetCryptoProvider()List<String>getSupportedKeystoreTypes()voidsetCryptoProvider(String cryptoProvider)voidsetSupportedKeystoreTypes(List<String> supportedKeystoreTypes)
-
-
-
Method Detail
-
create
public static CryptoInfoRepresentation create()
-
getCryptoProvider
public String getCryptoProvider()
-
setCryptoProvider
public void setCryptoProvider(String cryptoProvider)
-
-