Class: PKCS11::Luna::CK_SSL3_KEY_MAT_OUT

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

#hClientKeyInteger, PKCS11::Object

Returns Object handle (CK_ULONG).

Returns:

  • (Integer, PKCS11::Object)

    Object handle (CK_ULONG)



381
382
383
# File 'ext/pk11l_struct.doc', line 381

def hClientKey
  @hClientKey
end

#hClientMacSecretInteger, PKCS11::Object

Returns Object handle (CK_ULONG).

Returns:

  • (Integer, PKCS11::Object)

    Object handle (CK_ULONG)



377
378
379
# File 'ext/pk11l_struct.doc', line 377

def hClientMacSecret
  @hClientMacSecret
end

#hServerKeyInteger, PKCS11::Object

Returns Object handle (CK_ULONG).

Returns:

  • (Integer, PKCS11::Object)

    Object handle (CK_ULONG)



383
384
385
# File 'ext/pk11l_struct.doc', line 383

def hServerKey
  @hServerKey
end

#hServerMacSecretInteger, PKCS11::Object

Returns Object handle (CK_ULONG).

Returns:

  • (Integer, PKCS11::Object)

    Object handle (CK_ULONG)



379
380
381
# File 'ext/pk11l_struct.doc', line 379

def hServerMacSecret
  @hServerMacSecret
end

#pIVClientString?

Returns accessor for pIVClient.

Returns:

  • (String, nil)

    accessor for pIVClient



373
374
375
# File 'ext/pk11l_struct.doc', line 373

def pIVClient
  @pIVClient
end

#pIVServerString?

Returns accessor for pIVServer.

Returns:

  • (String, nil)

    accessor for pIVServer



375
376
377
# File 'ext/pk11l_struct.doc', line 375

def pIVServer
  @pIVServer
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end