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
59 60 61 |
# File 'lib/liberic/certificate.rb', line 59 def no_pin @no_pin end |
#requires_pin_for_cert_decryption ⇒ Object
Returns the value of attribute 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_decryption ⇒ Object
Returns the value of attribute 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_signature ⇒ Object
Returns the value of attribute 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_failed ⇒ Object
Returns the value of attribute 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_check ⇒ Object
Returns the value of attribute supports_pin_check
59 60 61 |
# File 'lib/liberic/certificate.rb', line 59 def supports_pin_check @supports_pin_check end |
#supports_pin_is_locked ⇒ Object
Returns the value of attribute 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_fail ⇒ Object
Returns the value of attribute 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 |