public class SecurityProviderDTO extends Object
Modifier and Type | Field and Description |
---|---|
String[] |
supportedKeyAlgorithms |
String[] |
supportedKeyStoreTypes |
Constructor and Description |
---|
SecurityProviderDTO() |
Modifier and Type | Method and Description |
---|---|
String[] |
getSupportedKeyAlgorithms() |
String[] |
getSupportedKeyStoreTypes() |
void |
setSupportedKeyAlgorithms(String[] supportedKeyAlgorithms) |
void |
setSupportedKeyStoreTypes(String[] supportedKeyStoreTypes) |
String |
toString() |
public String[] supportedKeyStoreTypes
public String[] supportedKeyAlgorithms
public String[] getSupportedKeyAlgorithms()
public void setSupportedKeyAlgorithms(String[] supportedKeyAlgorithms)
public String[] getSupportedKeyStoreTypes()
public void setSupportedKeyStoreTypes(String[] supportedKeyStoreTypes)
Copyright © 2022 JBoss by Red Hat. All rights reserved.