Class SmartCardHSMAppletState


  • public class SmartCardHSMAppletState
    extends AppletState
    Class maintaining the applet state across card services instances
    Author:
    asc
    • Constructor Detail

      • SmartCardHSMAppletState

        public SmartCardHSMAppletState()
    • Method Detail

      • setVersion

        public void setVersion​(int version)
      • getVersion

        public int getVersion()
      • setSecureChannelCredential

        public void setSecureChannelCredential​(SecureChannelCredential secureChannelCredential)
      • useSecureChannel

        public boolean useSecureChannel()
      • appletDeselected

        public void appletDeselected()
        Description copied from class: AppletState
        This method is to be called when the applet to which the AppletState belongs was deselected. It gives the state the possibility to adapt to the change of the applet state on the card caused by applet deselection.
        Specified by:
        appletDeselected in class AppletState