|
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.KeyStoreType
public class KeyStoreType
Data object for KeyStore configurations. Primarily used during adding/ editing client certificate configurations.
| Constructor Summary | |
|---|---|
KeyStoreType(String name,
String[] fileExtensions,
boolean hasKeyStorePassword)
Creates a new instance of this class. |
|
| Method Summary | |
|---|---|
String[] |
getFileExtensions()
Gets the known file name extensions. |
String |
getName()
Gets the display name. |
boolean |
hasKeyStorePassword()
Flag that indicates if the keystore supports passwords. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public KeyStoreType(String name,
String[] fileExtensions,
boolean hasKeyStorePassword)
name - the display name of the keystore type.fileExtensions - known file name extensions (including the dot)hasKeyStorePassword - | Method Detail |
|---|
public String toString()
toString in class Objectpublic String getName()
public String[] getFileExtensions()
public boolean hasKeyStorePassword()
|
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 | |||||||||