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.
|
void |
setCertType(String certType) |
void |
setLocation(String location) |
void |
setPassword(String password) |
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 © 2017 WSO2. All rights reserved.