Class TKSmartCardPINFormat

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class TKSmartCardPINFormat
extends NSObject
  • Constructor Details

    • TKSmartCardPINFormat

      public TKSmartCardPINFormat()
    • TKSmartCardPINFormat

      protected TKSmartCardPINFormat​(NSObject.Handle h, long handle)
    • TKSmartCardPINFormat

      protected TKSmartCardPINFormat​(NSObject.SkipInit skipInit)
  • Method Details

    • getCharset

      public TKSmartCardPINCharset getCharset()
    • setCharset

      public void setCharset​(TKSmartCardPINCharset v)
    • getEncoding

      public TKSmartCardPINEncoding getEncoding()
    • setEncoding

      public void setEncoding​(TKSmartCardPINEncoding v)
    • getMinPINLength

      public long getMinPINLength()
    • setMinPINLength

      public void setMinPINLength​(long v)
    • getMaxPINLength

      public long getMaxPINLength()
    • setMaxPINLength

      public void setMaxPINLength​(long v)
    • getPINBlockByteLength

      public long getPINBlockByteLength()
    • setPINBlockByteLength

      public void setPINBlockByteLength​(long v)
    • getPINJustification

      public TKSmartCardPINJustification getPINJustification()
    • setPINJustification

      public void setPINJustification​(TKSmartCardPINJustification v)
    • getPINBitOffset

      public long getPINBitOffset()
    • setPINBitOffset

      public void setPINBitOffset​(long v)
    • getPINLengthBitOffset

      public long getPINLengthBitOffset()
    • setPINLengthBitOffset

      public void setPINLengthBitOffset​(long v)
    • getPINLengthBitSize

      public long getPINLengthBitSize()
    • setPINLengthBitSize

      public void setPINLengthBitSize​(long v)