Package pt.gov.cartaodecidadao
Class PTEID_CardVersionInfo
- java.lang.Object
-
- pt.gov.cartaodecidadao.PTEID_Object
-
- pt.gov.cartaodecidadao.PTEID_CardVersionInfo
-
public class PTEID_CardVersionInfo extends PTEID_Object
Class for the info document.
You can get such an object from PTEID_EIDCard::getVersionInfo().
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
java.lang.String
getAppletInterfaceVersion()
Return the Applet Interface Version of the cardjava.lang.String
getAppletLifeCycle()
Return the Applet Life Cycle of the cardjava.lang.String
getAppletVersion()
Return the Applet Version of the cardjava.lang.String
getComponentCode()
Return the ComponenCode of the cardjava.lang.String
getElectricalPersonalisation()
Return field ElectricalPersonalisation from the TokenInfo filejava.lang.String
getElectricalPersonalisationInterface()
Return field ElectricalPersonalisationInterface from the TokenInfo filejava.lang.String
getGlobalOsVersion()
Return the Global Os Version of the cardjava.lang.String
getGraphicalPersonalisation()
Return field GraphicalPersonalisation from the Info filejava.lang.String
getKeyExchangeVersion()
Return the Key Exchange Version of the cardjava.lang.String
getOsNumber()
Return the OS Number of the cardjava.lang.String
getOsVersion()
Return the OS Version of the cardjava.lang.String
getPKCS1Support()
Return the PKCS#1 Support of the cardjava.lang.String
getSerialNumber()
Return the Serial Number of the cardjava.lang.String
getSoftmaskNumber()
Return the Softmask Number of the cardjava.lang.String
getSoftmaskVersion()
Return the Softmask Version of the cardjava.lang.String
getTokenLabel()
Return the Token Label (EFCIA 5032)
-
-
-
Method Detail
-
delete
public void delete()
- Overrides:
delete
in classPTEID_Object
-
getSerialNumber
public java.lang.String getSerialNumber() throws PTEID_Exception
Return the Serial Number of the card- Throws:
PTEID_Exception
-
getTokenLabel
public java.lang.String getTokenLabel()
Return the Token Label (EFCIA 5032)
-
getComponentCode
public java.lang.String getComponentCode() throws PTEID_Exception
Return the ComponenCode of the card- Throws:
PTEID_Exception
-
getOsNumber
public java.lang.String getOsNumber() throws PTEID_Exception
Return the OS Number of the card- Throws:
PTEID_Exception
-
getOsVersion
public java.lang.String getOsVersion() throws PTEID_Exception
Return the OS Version of the card- Throws:
PTEID_Exception
-
getSoftmaskNumber
public java.lang.String getSoftmaskNumber() throws PTEID_Exception
Return the Softmask Number of the card- Throws:
PTEID_Exception
-
getSoftmaskVersion
public java.lang.String getSoftmaskVersion() throws PTEID_Exception
Return the Softmask Version of the card- Throws:
PTEID_Exception
-
getAppletVersion
public java.lang.String getAppletVersion() throws PTEID_Exception
Return the Applet Version of the card- Throws:
PTEID_Exception
-
getGlobalOsVersion
public java.lang.String getGlobalOsVersion() throws PTEID_Exception
Return the Global Os Version of the card- Throws:
PTEID_Exception
-
getAppletInterfaceVersion
public java.lang.String getAppletInterfaceVersion() throws PTEID_Exception
Return the Applet Interface Version of the card- Throws:
PTEID_Exception
-
getPKCS1Support
public java.lang.String getPKCS1Support() throws PTEID_Exception
Return the PKCS#1 Support of the card- Throws:
PTEID_Exception
-
getKeyExchangeVersion
public java.lang.String getKeyExchangeVersion() throws PTEID_Exception
Return the Key Exchange Version of the card- Throws:
PTEID_Exception
-
getAppletLifeCycle
public java.lang.String getAppletLifeCycle() throws PTEID_Exception
Return the Applet Life Cycle of the card- Throws:
PTEID_Exception
-
getGraphicalPersonalisation
public java.lang.String getGraphicalPersonalisation() throws PTEID_Exception
Return field GraphicalPersonalisation from the Info file- Throws:
PTEID_Exception
-
getElectricalPersonalisation
public java.lang.String getElectricalPersonalisation() throws PTEID_Exception
Return field ElectricalPersonalisation from the TokenInfo file- Throws:
PTEID_Exception
-
getElectricalPersonalisationInterface
public java.lang.String getElectricalPersonalisationInterface() throws PTEID_Exception
Return field ElectricalPersonalisationInterface from the TokenInfo file- Throws:
PTEID_Exception
-
-