Class: Liberic::PinFeatures
- Inherits:
-
Struct
- Object
- Struct
- Liberic::PinFeatures
- Defined in:
- lib/liberic/certificate.rb
Instance Attribute Summary collapse
-
#no_pin ⇒ Object
Returns the value of attribute no_pin.
-
#requires_pin_for_cert_decryption ⇒ Object
Returns the value of attribute requires_pin_for_cert_decryption.
-
#requires_pin_for_decryption ⇒ Object
Returns the value of attribute requires_pin_for_decryption.
-
#requires_pin_for_signature ⇒ Object
Returns the value of attribute requires_pin_for_signature.
-
#supports_last_attempt_failed ⇒ Object
Returns the value of attribute supports_last_attempt_failed.
-
#supports_pin_check ⇒ Object
Returns the value of attribute supports_pin_check.
-
#supports_pin_is_locked ⇒ Object
Returns the value of attribute supports_pin_is_locked.
-
#supports_pin_lock_on_next_fail ⇒ Object
Returns the value of attribute supports_pin_lock_on_next_fail.
Instance Attribute Details
#no_pin ⇒ Object
Returns the value of attribute no_pin
58 59 60 |
# File 'lib/liberic/certificate.rb', line 58 def no_pin @no_pin end |
#requires_pin_for_cert_decryption ⇒ Object
Returns the value of attribute requires_pin_for_cert_decryption
58 59 60 |
# File 'lib/liberic/certificate.rb', line 58 def requires_pin_for_cert_decryption @requires_pin_for_cert_decryption end |
#requires_pin_for_decryption ⇒ Object
Returns the value of attribute requires_pin_for_decryption
58 59 60 |
# File 'lib/liberic/certificate.rb', line 58 def requires_pin_for_decryption @requires_pin_for_decryption end |
#requires_pin_for_signature ⇒ Object
Returns the value of attribute requires_pin_for_signature
58 59 60 |
# File 'lib/liberic/certificate.rb', line 58 def requires_pin_for_signature @requires_pin_for_signature end |
#supports_last_attempt_failed ⇒ Object
Returns the value of attribute supports_last_attempt_failed
58 59 60 |
# File 'lib/liberic/certificate.rb', line 58 def supports_last_attempt_failed @supports_last_attempt_failed end |
#supports_pin_check ⇒ Object
Returns the value of attribute supports_pin_check
58 59 60 |
# File 'lib/liberic/certificate.rb', line 58 def supports_pin_check @supports_pin_check end |
#supports_pin_is_locked ⇒ Object
Returns the value of attribute supports_pin_is_locked
58 59 60 |
# File 'lib/liberic/certificate.rb', line 58 def supports_pin_is_locked @supports_pin_is_locked end |
#supports_pin_lock_on_next_fail ⇒ Object
Returns the value of attribute supports_pin_lock_on_next_fail
58 59 60 |
# File 'lib/liberic/certificate.rb', line 58 def supports_pin_lock_on_next_fail @supports_pin_lock_on_next_fail end |