public class CreateKeyStoreRequestDTO extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
createPrivateKey |
String |
keyAlgorithm |
String |
keyCommonName |
long |
keyLength |
String |
keyPassword |
int |
keyValidity |
String |
storePassword |
String |
storeType |
Constructor and Description |
---|
CreateKeyStoreRequestDTO() |
Modifier and Type | Method and Description |
---|---|
String |
getKeyAlgorithm() |
String |
getKeyCommonName() |
long |
getKeyLength() |
String |
getKeyPassword() |
int |
getKeyValidity() |
String |
getStorePassword() |
String |
getStoreType() |
boolean |
isCreatePrivateKey() |
void |
setCreatePrivateKey(boolean createPrivateKey) |
void |
setKeyAlgorithm(String keyAlgorithm) |
void |
setKeyCommonName(String keyCommonName) |
void |
setKeyLength(long keyLength) |
void |
setKeyPassword(String keyPassword) |
void |
setKeyValidity(int keyValidity) |
void |
setStorePassword(String storePassword) |
void |
setStoreType(String storeType) |
public String storePassword
public String storeType
public boolean createPrivateKey
public String keyCommonName
public long keyLength
public String keyAlgorithm
public int keyValidity
public String keyPassword
public boolean isCreatePrivateKey()
public void setCreatePrivateKey(boolean createPrivateKey)
public String getKeyAlgorithm()
public void setKeyAlgorithm(String keyAlgorithm)
public String getKeyCommonName()
public void setKeyCommonName(String keyCommonName)
public long getKeyLength()
public void setKeyLength(long keyLength)
public String getKeyPassword()
public void setKeyPassword(String keyPassword)
public int getKeyValidity()
public void setKeyValidity(int keyValidity)
public String getStorePassword()
public void setStorePassword(String storePassword)
public String getStoreType()
public void setStoreType(String storeType)
Copyright © 2017 JBoss by Red Hat. All rights reserved.