Class: PKCS11::Luna::CK_AES_CBC_PAD_INSERT_PARAMS
- Defined in:
- ext/pk11l_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#pbFileName ⇒ String?
Accessor for pbFileName.
-
#pBuffer ⇒ String?
Accessor for pBuffer and ulBufferLen.
-
#pedId ⇒ Integer
Accessor for pedId (CK_ULONG).
-
#pulHandle ⇒ Integer?
Accessor for pulHandle (CK_ULONG_PTR).
-
#pulType ⇒ Integer?
Accessor for pulType (CK_ULONG_PTR).
-
#ulContainerState ⇒ Integer
Accessor for ulContainerState (CK_ULONG).
-
#ulStorage ⇒ Integer
Accessor for ulStorage (CK_ULONG).
-
#ulStorageType ⇒ Integer
Accessor for ulStorageType (CK_ULONG).
Instance Method Summary collapse
-
#members ⇒ Array<String>
Attributes of this struct.
-
#to_s ⇒ String
Binary copy of the C struct.
Instance Attribute Details
#pbFileName ⇒ String?
Returns accessor for pbFileName.
617 618 619 |
# File 'ext/pk11l_struct.doc', line 617 def pbFileName @pbFileName end |
#pBuffer ⇒ String?
Returns accessor for pBuffer and ulBufferLen.
615 616 617 |
# File 'ext/pk11l_struct.doc', line 615 def pBuffer @pBuffer end |
#pedId ⇒ Integer
Returns accessor for pedId (CK_ULONG).
629 630 631 |
# File 'ext/pk11l_struct.doc', line 629 def pedId @pedId end |
#pulHandle ⇒ Integer?
Returns accessor for pulHandle (CK_ULONG_PTR).
625 626 627 |
# File 'ext/pk11l_struct.doc', line 625 def pulHandle @pulHandle end |
#pulType ⇒ Integer?
Returns accessor for pulType (CK_ULONG_PTR).
623 624 625 |
# File 'ext/pk11l_struct.doc', line 623 def pulType @pulType end |
#ulContainerState ⇒ Integer
Returns accessor for ulContainerState (CK_ULONG).
621 622 623 |
# File 'ext/pk11l_struct.doc', line 621 def ulContainerState @ulContainerState end |
#ulStorage ⇒ Integer
Returns accessor for ulStorage (CK_ULONG).
627 628 629 |
# File 'ext/pk11l_struct.doc', line 627 def ulStorage @ulStorage end |
#ulStorageType ⇒ Integer
Returns accessor for ulStorageType (CK_ULONG).
619 620 621 |
# File 'ext/pk11l_struct.doc', line 619 def ulStorageType @ulStorageType end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
613 |
# File 'ext/pk11l_struct.doc', line 613 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
611 |
# File 'ext/pk11l_struct.doc', line 611 def to_s; end |