Class TKSmartCardPINFormat

  • All Implemented Interfaces:
    NSObject

    public class TKSmartCardPINFormat
    extends NSObject
    Specifies PIN formatting properties.
    • Constructor Detail

      • TKSmartCardPINFormat

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

      • PINBitOffset

        public long PINBitOffset()
        Offset in bits within the PIN block to mark a location for filling in the formatted PIN (justified with respect to PINJustification). [@note] Default value: 0 Note that the value of PINBitOffset indirectly controls the internal system units indicator. If PINBitOffset is byte aligned (PINBitOffset mod 8 is equal to 0), the internal representation of PINBitOffset gets converted from bits to bytes.
      • PINBlockByteLength

        public long PINBlockByteLength()
        Total length of the PIN block in bytes. [@note] Default value: 8
      • PINJustification

        public long PINJustification()
        PIN justification within the PIN block. [@note] Default value: TKSmartCardPINJustificationLeft
      • PINLengthBitOffset

        public long PINLengthBitOffset()
        Offset in bits within the PIN block to mark a location for filling in the PIN length (always left justified). [@note] Default value: 0 Note that the value of PINLengthBitOffset indirectly controls the internal system units indicator. If PINLengthBitOffset is byte aligned (PINLengthBitOffset mod 8 is equal to 0), the internal representation of PINLengthBitOffset gets converted from bits to bytes.
      • PINLengthBitSize

        public long PINLengthBitSize()
        Size in bits of the PIN length field. If set to 0, PIN length is not written. [@note] Default value: 0
      • 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)
      • charset

        public long charset()
        Format of PIN characters. [@note] Default value: TKSmartCardPINCharsetNumeric
      • 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()
      • encoding

        public long encoding()
        Encoding of PIN characters. [@note] Default value: TKSmartCardPINEncodingASCII
      • 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)
      • maxPINLength

        public long maxPINLength()
        Maximum number of characters to form a valid PIN. [@note] Default value: 8
      • minPINLength

        public long minPINLength()
        Minimum number of characters to form a valid PIN. [@note] Default value: 4
      • 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)
      • setCharset

        public void setCharset​(long value)
        Format of PIN characters. [@note] Default value: TKSmartCardPINCharsetNumeric
      • setEncoding

        public void setEncoding​(long value)
        Encoding of PIN characters. [@note] Default value: TKSmartCardPINEncodingASCII
      • setMaxPINLength

        public void setMaxPINLength​(long value)
        Maximum number of characters to form a valid PIN. [@note] Default value: 8
      • setMinPINLength

        public void setMinPINLength​(long value)
        Minimum number of characters to form a valid PIN. [@note] Default value: 4
      • setPINBitOffset

        public void setPINBitOffset​(long value)
        Offset in bits within the PIN block to mark a location for filling in the formatted PIN (justified with respect to PINJustification). [@note] Default value: 0 Note that the value of PINBitOffset indirectly controls the internal system units indicator. If PINBitOffset is byte aligned (PINBitOffset mod 8 is equal to 0), the internal representation of PINBitOffset gets converted from bits to bytes.
      • setPINBlockByteLength

        public void setPINBlockByteLength​(long value)
        Total length of the PIN block in bytes. [@note] Default value: 8
      • setPINJustification

        public void setPINJustification​(long value)
        PIN justification within the PIN block. [@note] Default value: TKSmartCardPINJustificationLeft
      • setPINLengthBitOffset

        public void setPINLengthBitOffset​(long value)
        Offset in bits within the PIN block to mark a location for filling in the PIN length (always left justified). [@note] Default value: 0 Note that the value of PINLengthBitOffset indirectly controls the internal system units indicator. If PINLengthBitOffset is byte aligned (PINLengthBitOffset mod 8 is equal to 0), the internal representation of PINLengthBitOffset gets converted from bits to bytes.
      • setPINLengthBitSize

        public void setPINLengthBitSize​(long value)
        Size in bits of the PIN length field. If set to 0, PIN length is not written. [@note] Default value: 0
      • 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()