Class: PKCS11::CK_SSL3_KEY_MAT_OUT

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

#hClientKeyInteger, PKCS11::Object

Returns Object handle (CK_ULONG).

Returns:



503
504
505
# File 'ext/pk11_struct.doc', line 503

def hClientKey
  @hClientKey
end

#hClientMacSecretInteger, PKCS11::Object

Returns Object handle (CK_ULONG).

Returns:



499
500
501
# File 'ext/pk11_struct.doc', line 499

def hClientMacSecret
  @hClientMacSecret
end

#hServerKeyInteger, PKCS11::Object

Returns Object handle (CK_ULONG).

Returns:



505
506
507
# File 'ext/pk11_struct.doc', line 505

def hServerKey
  @hServerKey
end

#hServerMacSecretInteger, PKCS11::Object

Returns Object handle (CK_ULONG).

Returns:



501
502
503
# File 'ext/pk11_struct.doc', line 501

def hServerMacSecret
  @hServerMacSecret
end

#pIVClientASCII8BIT-String?

Returns accessor for pIVClient.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pIVClient



495
496
497
# File 'ext/pk11_struct.doc', line 495

def pIVClient
  @pIVClient
end

#pIVServerASCII8BIT-String?

Returns accessor for pIVServer.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pIVServer



497
498
499
# File 'ext/pk11_struct.doc', line 497

def pIVServer
  @pIVServer
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end