Package net.webpdf.wsclient.openapi
Class KeyStoreEntry
- java.lang.Object
-
- net.webpdf.wsclient.openapi.KeyStoreEntry
-
public class KeyStoreEntry extends Object
A user keystore entry
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_IS_KEY_STORE_ACCESSIBLEstatic StringJSON_PROPERTY_KEY_STORE_NAMEstatic StringJSON_PROPERTY_KEY_STORE_ORIGIN
-
Constructor Summary
Constructors Constructor Description KeyStoreEntry()KeyStoreEntry(Boolean isKeyStoreAccessible, String keyStoreName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)@Nullable BooleangetIsKeyStoreAccessible()true = Keystore is accessible and the content is readable@Nullable StringgetKeyStoreName()Name of the keystore@Nullable KeyStoreOrigingetKeyStoreOrigin()Get keyStoreOrigininthashCode()KeyStoreEntrykeyStoreOrigin(KeyStoreOrigin keyStoreOrigin)voidsetKeyStoreOrigin(KeyStoreOrigin keyStoreOrigin)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_IS_KEY_STORE_ACCESSIBLE
public static final String JSON_PROPERTY_IS_KEY_STORE_ACCESSIBLE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_KEY_STORE_NAME
public static final String JSON_PROPERTY_KEY_STORE_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_KEY_STORE_ORIGIN
public static final String JSON_PROPERTY_KEY_STORE_ORIGIN
- See Also:
- Constant Field Values
-
-
Method Detail
-
getIsKeyStoreAccessible
@Nullable public @Nullable Boolean getIsKeyStoreAccessible()
true = Keystore is accessible and the content is readable- Returns:
- isKeyStoreAccessible
-
getKeyStoreName
@Nullable public @Nullable String getKeyStoreName()
Name of the keystore- Returns:
- keyStoreName
-
keyStoreOrigin
public KeyStoreEntry keyStoreOrigin(KeyStoreOrigin keyStoreOrigin)
-
getKeyStoreOrigin
@Nullable public @Nullable KeyStoreOrigin getKeyStoreOrigin()
Get keyStoreOrigin- Returns:
- keyStoreOrigin
-
setKeyStoreOrigin
public void setKeyStoreOrigin(KeyStoreOrigin keyStoreOrigin)
-
-