Class: PKCS11::CK_CMS_SIG_PARAMS
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#certificateHandle ⇒ Integer, PKCS11::Object
Object handle (CK_ULONG).
-
#pContentType ⇒ UTF8-String?
Accessor for pContentType.
-
#pDigestMechanism ⇒ PKCS11::CK_MECHANISM?
Pointer to struct.
-
#pRequestedAttributes ⇒ ASCII8BIT-String?
Accessor for pRequestedAttributes and ulRequestedAttributesLen.
-
#pRequiredAttributes ⇒ ASCII8BIT-String?
Accessor for pRequiredAttributes and ulRequiredAttributesLen.
-
#pSigningMechanism ⇒ PKCS11::CK_MECHANISM?
Pointer to struct.
Instance Method Summary collapse
-
#members ⇒ Array<String>
Attributes of this struct.
-
#to_s ⇒ String
Binary copy of the C struct.
Methods inherited from CStruct
Instance Attribute Details
#certificateHandle ⇒ Integer, PKCS11::Object
Returns Object handle (CK_ULONG).
623 624 625 |
# File 'ext/pk11_struct.doc', line 623 def certificateHandle @certificateHandle end |
#pContentType ⇒ UTF8-String?
Returns accessor for pContentType.
617 618 619 |
# File 'ext/pk11_struct.doc', line 617 def pContentType @pContentType end |
#pDigestMechanism ⇒ PKCS11::CK_MECHANISM?
Returns pointer to struct.
627 628 629 |
# File 'ext/pk11_struct.doc', line 627 def pDigestMechanism @pDigestMechanism end |
#pRequestedAttributes ⇒ ASCII8BIT-String?
Returns accessor for pRequestedAttributes and ulRequestedAttributesLen.
619 620 621 |
# File 'ext/pk11_struct.doc', line 619 def pRequestedAttributes @pRequestedAttributes end |
#pRequiredAttributes ⇒ ASCII8BIT-String?
Returns accessor for pRequiredAttributes and ulRequiredAttributesLen.
621 622 623 |
# File 'ext/pk11_struct.doc', line 621 def pRequiredAttributes @pRequiredAttributes end |
#pSigningMechanism ⇒ PKCS11::CK_MECHANISM?
Returns pointer to struct.
625 626 627 |
# File 'ext/pk11_struct.doc', line 625 def pSigningMechanism @pSigningMechanism end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
615 |
# File 'ext/pk11_struct.doc', line 615 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
613 |
# File 'ext/pk11_struct.doc', line 613 def to_s; end |