Class: PKCS11::CK_WTLS_RANDOM_DATA

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

Constant Summary collapse

SIZEOF_STRUCT =

Size of corresponding C struct in bytes

Integer

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from CStruct

#inspect, #to_hash, #values

Instance Attribute Details

#pClientRandomASCII8BIT-String?

Returns accessor for pClientRandom and ulClientRandomLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pClientRandom and ulClientRandomLen



535
536
537
# File 'ext/pk11_struct.doc', line 535

def pClientRandom
  @pClientRandom
end

#pServerRandomASCII8BIT-String?

Returns accessor for pServerRandom and ulServerRandomLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pServerRandom and ulServerRandomLen



537
538
539
# File 'ext/pk11_struct.doc', line 537

def pServerRandom
  @pServerRandom
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



533
# File 'ext/pk11_struct.doc', line 533

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



531
# File 'ext/pk11_struct.doc', line 531

def to_s; end