Class: PKCS11::ProtectServer::CK_REPLICATE_TOKEN_PARAMS
- Inherits:
-
CStruct
- Object
- Pkcs11CStruct
- CStruct
- PKCS11::ProtectServer::CK_REPLICATE_TOKEN_PARAMS
- Defined in:
- ext/pk11s_struct.doc
Constant Summary collapse
- SIZEOF_STRUCT =
Size of corresponding C struct in bytes
Integer
Instance Attribute Summary collapse
-
#peerId ⇒ String
Accessor for peerId (max 16 bytes).
Instance Method Summary collapse
-
#members ⇒ Array<String>
Attributes of this struct.
-
#to_s ⇒ String
Binary copy of the C struct.
Instance Attribute Details
#peerId ⇒ String
Returns accessor for peerId (max 16 bytes).
133 134 135 |
# File 'ext/pk11s_struct.doc', line 133 def peerId @peerId end |
Instance Method Details
#members ⇒ Array<String>
Returns Attributes of this struct.
131 |
# File 'ext/pk11s_struct.doc', line 131 def members; end |
#to_s ⇒ String
Returns Binary copy of the C struct.
129 |
# File 'ext/pk11s_struct.doc', line 129 def to_s; end |