public class IdentityOpts extends Object
| Constructor and Description |
|---|
IdentityOpts() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAltIdentities() |
List<String> |
getAnchors() |
String |
getCertFile() |
String |
getCertId() |
String |
getCertLabel() |
List<String> |
getCrls() |
String |
getIdentity() |
IdentityType |
getIdType() |
List<String> |
getIntermediates() |
String |
getKeyFile() |
String |
getOcsp() |
String |
getP11ModuleName() |
int |
getSlotid() |
String |
getTokenLabel() |
void |
setAltIdentities(List<String> altIdentities) |
void |
setAnchors(List<String> anchors) |
void |
setCertFile(String certFile) |
void |
setCertId(String certId) |
void |
setCertLabel(String certLabel) |
void |
setCrls(List<String> crls) |
void |
setIdentity(String identity) |
void |
setIdType(IdentityType idType) |
void |
setIntermediates(List<String> intermediates) |
void |
setKeyFile(String keyFile) |
void |
setOcsp(String ocsp) |
void |
setP11ModuleName(String p11ModuleName) |
void |
setSlotid(int slotid) |
void |
setTokenLabel(String tokenLabel) |
public String getIdentity()
public void setIdentity(String identity)
public String getOcsp()
public void setOcsp(String ocsp)
public IdentityType getIdType()
public void setIdType(IdentityType idType)
public String getCertFile()
public void setCertFile(String certFile)
public String getKeyFile()
public void setKeyFile(String keyFile)
public String getP11ModuleName()
public void setP11ModuleName(String p11ModuleName)
public int getSlotid()
public void setSlotid(int slotid)
public String getTokenLabel()
public void setTokenLabel(String tokenLabel)
public String getCertId()
public void setCertId(String certId)
public String getCertLabel()
public void setCertLabel(String certLabel)
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.