Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.certificate
Class CertificateConfigEntry

java.lang.Object
  extended by net.java.sip.communicator.service.certificate.CertificateConfigEntry

public class CertificateConfigEntry
extends Object

Data object for client certificate configuration entries.

Author:
Ingo Bauersachs

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

CertificateConfigEntry

public CertificateConfigEntry()
Method Detail

setKeyStoreType

public void setKeyStoreType(KeyStoreType keyStoreType)
Sets the key store type.

Parameters:
keyStoreType - the new key store type

getKeyStoreType

public KeyStoreType getKeyStoreType()
Gets the key store type.

Returns:
the key store type

setKeyStorePassword

public void setKeyStorePassword(String keyStorePassword)
Sets the key store password.

Parameters:
keyStorePassword - the new key store password

getKeyStorePassword

public String getKeyStorePassword()
Gets the key store password.

Returns:
the key store password

setDisplayName

public void setDisplayName(String displayName)
Sets the display name.

Parameters:
displayName - the new display name

getDisplayName

public String getDisplayName()
Gets the display name.

Returns:
the display name

setAlias

public void setAlias(String alias)
Sets the alias.

Parameters:
alias - the new alias

getAlias

public String getAlias()
Gets the alias.

Returns:
the alias

setId

public void setId(String id)
Sets the id.

Parameters:
id - the new id

getId

public String getId()
Gets the id.

Returns:
the id

setKeyStore

public void setKeyStore(String keyStore)
Sets the key store.

Parameters:
keyStore - the new key store

getKeyStore

public String getKeyStore()
Gets the key store.

Returns:
the key store

setSavePassword

public void setSavePassword(boolean savePassword)
Sets the save password.

Parameters:
savePassword - the new save password

isSavePassword

public boolean isSavePassword()
Checks if is save password.

Returns:
true, if is save password

toString

public String toString()
Overrides:
toString in class Object

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.