public class SignerConfigElement extends AbstractConfigElement implements ISmartCardConfigElement
map| Constructor and Description |
|---|
SignerConfigElement() |
SignerConfigElement(java.lang.String keyLabel,
long slotNo,
java.lang.String cardType,
java.lang.String password,
int sessionPool) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCardType() |
OcspConfigTags[] |
getElementNames() |
java.lang.String |
getKeyLabel() |
java.lang.String |
getPin() |
OcspConfigTags |
getRootTag() |
int |
getSessionPool() |
long |
getSlotNo() |
boolean |
isMultiple() |
addElement, constructElement, getElementValueByTagNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddElement, constructElement, getElementValueByTagNamepublic SignerConfigElement()
public SignerConfigElement(java.lang.String keyLabel,
long slotNo,
java.lang.String cardType,
java.lang.String password,
int sessionPool)
public OcspConfigTags getRootTag()
getRootTag in interface IOcspConfigElementpublic OcspConfigTags[] getElementNames()
getElementNames in interface IOcspConfigElementpublic boolean isMultiple()
isMultiple in interface IOcspConfigElementpublic java.lang.String getKeyLabel()
getKeyLabel in interface ISmartCardConfigElementpublic long getSlotNo()
getSlotNo in interface ISmartCardConfigElementpublic java.lang.String getPin()
getPin in interface ISmartCardConfigElementpublic java.lang.String getCardType()
getCardType in interface ISmartCardConfigElementpublic int getSessionPool()
getSessionPool in interface ISmartCardConfigElementCopyright © 2025. All rights reserved.