Class: PKCS11::Luna::CK_SSL3_RANDOM_DATA

Inherits:
CStruct
  • Object
show all
Defined in:
ext/pk11l_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

#pClientRandomString?

Returns accessor for pClientRandom and ulClientRandomLen.

Returns:

  • (String, nil)

    accessor for pClientRandom and ulClientRandomLen



349
350
351
# File 'ext/pk11l_struct.doc', line 349

def pClientRandom
  @pClientRandom
end

#pServerRandomString?

Returns accessor for pServerRandom and ulServerRandomLen.

Returns:

  • (String, nil)

    accessor for pServerRandom and ulServerRandomLen



351
352
353
# File 'ext/pk11l_struct.doc', line 351

def pServerRandom
  @pServerRandom
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



347
# File 'ext/pk11l_struct.doc', line 347

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



345
# File 'ext/pk11l_struct.doc', line 345

def to_s; end