public static class AmqpServerConfiguration.KeyStoreDetails extends Object
| Constructor and Description |
|---|
KeyStoreDetails() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertType()
Getter for certType.
|
String |
getLocation()
Getter for location.
|
String |
getPassword()
Getter for password.
|
String |
getType()
Getter for type
|
void |
setCertType(String certType) |
void |
setLocation(String location) |
void |
setPassword(String password) |
void |
setType(String type) |
public String getType()
public void setType(String type)
public String getLocation()
public void setLocation(String location)
public String getPassword()
public void setPassword(String password)
public String getCertType()
public void setCertType(String certType)
Copyright © 2018 WSO2. All rights reserved.