Class CryptoInfoRepresentation
- java.lang.Object
- 
- org.keycloak.representations.info.CryptoInfoRepresentation
 
- 
 public class CryptoInfoRepresentation extends Object - Author:
- Marek Posolda
 
- 
- 
Constructor SummaryConstructors Constructor Description CryptoInfoRepresentation()
 - 
Method SummaryAll 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- 
createpublic static CryptoInfoRepresentation create() 
 - 
getCryptoProviderpublic String getCryptoProvider() 
 - 
setCryptoProviderpublic void setCryptoProvider(String cryptoProvider) 
 
- 
 
-