Class: PKCS11::ProtectServer::CK_REPLICATE_TOKEN_PARAMS

Inherits:
CStruct
  • Object
show all
Defined in:
ext/pk11s_struct.doc

Constant Summary collapse

SIZEOF_STRUCT =

Size of corresponding C struct in bytes

Integer

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#peerIdString

Returns accessor for peerId (max 16 bytes).

Returns:

  • (String)

    accessor for peerId (max 16 bytes)



133
134
135
# File 'ext/pk11s_struct.doc', line 133

def peerId
  @peerId
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



131
# File 'ext/pk11s_struct.doc', line 131

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



129
# File 'ext/pk11s_struct.doc', line 129

def to_s; end