Class TKSmartCardUserInteractionForPINOperation

    • Constructor Detail

      • TKSmartCardUserInteractionForPINOperation

        protected TKSmartCardUserInteractionForPINOperation​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • PINCompletion

        public long PINCompletion()
        Bitmask specifying condition(s) under which PIN entry should be considered complete. [@note] Default value: TKSmartCardPINCompletionKey
      • PINMessageIndices

        public NSArray<? extends NSNumber> PINMessageIndices()
        List of message indices referring to a predefined message table. It is used to specify the type and number of messages displayed during the PIN operation. If nil, the reader does not display any message (reader specific). Typically, PIN verification takes 1 message, PIN modification 1-3 messages. [@note] Default value: nil
      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • locale

        public NSLocale locale()
        Locale defining the language of displayed messages. If set to nil, the user's current locale is used. [@note] Default value: the user's current locale
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • resultData

        public NSData resultData()
        Optional block of returned data (without SW1SW2 bytes).
      • resultSW

        public char resultSW()
        SW1SW2 result code.
      • setLocale

        public void setLocale​(NSLocale value)
        Locale defining the language of displayed messages. If set to nil, the user's current locale is used. [@note] Default value: the user's current locale
      • setPINCompletion

        public void setPINCompletion​(long value)
        Bitmask specifying condition(s) under which PIN entry should be considered complete. [@note] Default value: TKSmartCardPINCompletionKey
      • setPINMessageIndices

        public void setPINMessageIndices​(NSArray<? extends NSNumber> value)
        List of message indices referring to a predefined message table. It is used to specify the type and number of messages displayed during the PIN operation. If nil, the reader does not display any message (reader specific). Typically, PIN verification takes 1 message, PIN modification 1-3 messages. [@note] Default value: nil
      • setResultData

        public void setResultData​(NSData value)
        Optional block of returned data (without SW1SW2 bytes).
      • setResultSW

        public void setResultSW​(char value)
        SW1SW2 result code.
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • version_static

        public static long version_static()