Class: Liberic::PinFeatures

Inherits:
Struct
  • Object
show all
Defined in:
lib/liberic/certificate.rb

Instance Attribute Summary collapse

Instance Attribute Details

#no_pinObject

Returns the value of attribute no_pin

Returns:

  • (Object)

    the current value of no_pin



59
60
61
# File 'lib/liberic/certificate.rb', line 59

def no_pin
  @no_pin
end

#requires_pin_for_cert_decryptionObject

Returns the value of attribute requires_pin_for_cert_decryption

Returns:

  • (Object)

    the current value of requires_pin_for_cert_decryption



59
60
61
# File 'lib/liberic/certificate.rb', line 59

def requires_pin_for_cert_decryption
  @requires_pin_for_cert_decryption
end

#requires_pin_for_decryptionObject

Returns the value of attribute requires_pin_for_decryption

Returns:

  • (Object)

    the current value of requires_pin_for_decryption



59
60
61
# File 'lib/liberic/certificate.rb', line 59

def requires_pin_for_decryption
  @requires_pin_for_decryption
end

#requires_pin_for_signatureObject

Returns the value of attribute requires_pin_for_signature

Returns:

  • (Object)

    the current value of requires_pin_for_signature



59
60
61
# File 'lib/liberic/certificate.rb', line 59

def requires_pin_for_signature
  @requires_pin_for_signature
end

#supports_last_attempt_failedObject

Returns the value of attribute supports_last_attempt_failed

Returns:

  • (Object)

    the current value of supports_last_attempt_failed



59
60
61
# File 'lib/liberic/certificate.rb', line 59

def supports_last_attempt_failed
  @supports_last_attempt_failed
end

#supports_pin_checkObject

Returns the value of attribute supports_pin_check

Returns:

  • (Object)

    the current value of supports_pin_check



59
60
61
# File 'lib/liberic/certificate.rb', line 59

def supports_pin_check
  @supports_pin_check
end

#supports_pin_is_lockedObject

Returns the value of attribute supports_pin_is_locked

Returns:

  • (Object)

    the current value of supports_pin_is_locked



59
60
61
# File 'lib/liberic/certificate.rb', line 59

def supports_pin_is_locked
  @supports_pin_is_locked
end

#supports_pin_lock_on_next_failObject

Returns the value of attribute supports_pin_lock_on_next_fail

Returns:

  • (Object)

    the current value of supports_pin_lock_on_next_fail



59
60
61
# File 'lib/liberic/certificate.rb', line 59

def supports_pin_lock_on_next_fail
  @supports_pin_lock_on_next_fail
end