|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.service.certificate.CertificateConfigEntry
public class CertificateConfigEntry
Data object for client certificate configuration entries.
| Constructor Summary | |
|---|---|
CertificateConfigEntry()
|
|
| Method Summary | |
|---|---|
String |
getAlias()
Gets the alias. |
String |
getDisplayName()
Gets the display name. |
String |
getId()
Gets the id. |
String |
getKeyStore()
Gets the key store. |
String |
getKeyStorePassword()
Gets the key store password. |
KeyStoreType |
getKeyStoreType()
Gets the key store type. |
boolean |
isSavePassword()
Checks if is save password. |
void |
setAlias(String alias)
Sets the alias. |
void |
setDisplayName(String displayName)
Sets the display name. |
void |
setId(String id)
Sets the id. |
void |
setKeyStore(String keyStore)
Sets the key store. |
void |
setKeyStorePassword(String keyStorePassword)
Sets the key store password. |
void |
setKeyStoreType(KeyStoreType keyStoreType)
Sets the key store type. |
void |
setSavePassword(boolean savePassword)
Sets the save password. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CertificateConfigEntry()
| Method Detail |
|---|
public void setKeyStoreType(KeyStoreType keyStoreType)
keyStoreType - the new key store typepublic KeyStoreType getKeyStoreType()
public void setKeyStorePassword(String keyStorePassword)
keyStorePassword - the new key store passwordpublic String getKeyStorePassword()
public void setDisplayName(String displayName)
displayName - the new display namepublic String getDisplayName()
public void setAlias(String alias)
alias - the new aliaspublic String getAlias()
public void setId(String id)
id - the new idpublic String getId()
public void setKeyStore(String keyStore)
keyStore - the new key storepublic String getKeyStore()
public void setSavePassword(boolean savePassword)
savePassword - the new save passwordpublic boolean isSavePassword()
public String toString()
toString in class Object
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||