Class: Rucades::Signer
- Inherits:
-
Object
- Object
- Rucades::Signer
- Defined in:
- sig/rucades.rbs
Instance Method Summary collapse
-
#authenticated_attributes ⇒ Attributes
Подписанные атрибуты подписанта.
- #authenticated_attributes= ⇒ Attributes
-
#certificate ⇒ Certificate
Сертификат подписанта.
- #certificate= ⇒ Certificate
-
#check_certificate ⇒ Boolean
Проверять ли сертификат при подписи.
- #check_certificate= ⇒ Boolean
-
#crls ⇒ Object
Списки отозванных сертификатов.
-
#initialize ⇒ Signer
constructor
A new instance of Signer.
-
#key_pin= ⇒ String
Устанавливает PIN-код контейнера закрытого ключа.
-
#ocsp_responses ⇒ Object
OCSP-ответы.
-
#options ⇒ Integer
Параметры подписи.
- #options= ⇒ Integer
-
#signature_time_stamp_time ⇒ String
Время метки подписи.
-
#signing_time ⇒ String
Время подписи.
-
#tsa_address ⇒ String
Адрес службы TSA.
- #tsa_address= ⇒ String
-
#unauthenticated_attributes ⇒ Attributes
Неподписанные атрибуты подписанта.
- #unauthenticated_attributes= ⇒ Attributes
Constructor Details
#initialize ⇒ Signer
Returns a new instance of Signer.
577 |
# File 'sig/rucades.rbs', line 577
def initialize: () -> void
|
Instance Method Details
#authenticated_attributes ⇒ Attributes
Подписанные атрибуты подписанта.
580 |
# File 'sig/rucades.rbs', line 580
def authenticated_attributes: () -> Attributes
|
#authenticated_attributes= ⇒ Attributes
581 |
# File 'sig/rucades.rbs', line 581
def authenticated_attributes=: (Attributes) -> Attributes
|
#certificate ⇒ Certificate
Сертификат подписанта.
584 |
# File 'sig/rucades.rbs', line 584
def certificate: () -> Certificate
|
#certificate= ⇒ Certificate
585 |
# File 'sig/rucades.rbs', line 585
def certificate=: (Certificate) -> Certificate
|
#check_certificate ⇒ Boolean
Проверять ли сертификат при подписи.
588 |
# File 'sig/rucades.rbs', line 588
def check_certificate: () -> bool
|
#check_certificate= ⇒ Boolean
589 |
# File 'sig/rucades.rbs', line 589
def check_certificate=: (bool) -> bool
|
#crls ⇒ Object
Списки отозванных сертификатов.
592 |
# File 'sig/rucades.rbs', line 592
def crls: () -> untyped
|
#key_pin= ⇒ String
Устанавливает PIN-код контейнера закрытого ключа.
595 |
# File 'sig/rucades.rbs', line 595
def key_pin=: (String) -> String
|
#ocsp_responses ⇒ Object
OCSP-ответы.
598 |
# File 'sig/rucades.rbs', line 598
def ocsp_responses: () -> untyped
|
#options ⇒ Integer
Параметры подписи.
601 |
# File 'sig/rucades.rbs', line 601
def options: () -> Integer
|
#options= ⇒ Integer
602 |
# File 'sig/rucades.rbs', line 602
def options=: (Integer) -> Integer
|
#signature_time_stamp_time ⇒ String
Время метки подписи.
605 |
# File 'sig/rucades.rbs', line 605
def signature_time_stamp_time: () -> String
|
#signing_time ⇒ String
Время подписи.
608 |
# File 'sig/rucades.rbs', line 608
def signing_time: () -> String
|
#tsa_address ⇒ String
Адрес службы TSA.
611 |
# File 'sig/rucades.rbs', line 611
def tsa_address: () -> String
|
#tsa_address= ⇒ String
612 |
# File 'sig/rucades.rbs', line 612
def tsa_address=: (String) -> String
|
#unauthenticated_attributes ⇒ Attributes
Неподписанные атрибуты подписанта.
615 |
# File 'sig/rucades.rbs', line 615
def unauthenticated_attributes: () -> Attributes
|
#unauthenticated_attributes= ⇒ Attributes
616 |
# File 'sig/rucades.rbs', line 616
def unauthenticated_attributes=: (Attributes) -> Attributes
|