Class: PKCS11::CK_SKIPJACK_PRIVATE_WRAP_PARAMS

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

#pBaseGASCII8BIT-String?



399
400
401
# File 'ext/pk11_struct.doc', line 399

def pBaseG
  @pBaseG
end

#pPasswordASCII8BIT-String?



391
392
393
# File 'ext/pk11_struct.doc', line 391

def pPassword
  @pPassword
end

#pPrimePASCII8BIT-String?



397
398
399
# File 'ext/pk11_struct.doc', line 397

def pPrimeP
  @pPrimeP
end

#pPublicDataASCII8BIT-String?



393
394
395
# File 'ext/pk11_struct.doc', line 393

def pPublicData
  @pPublicData
end

#pRandomAASCII8BIT-String?



395
396
397
# File 'ext/pk11_struct.doc', line 395

def pRandomA
  @pRandomA
end

#pSubprimeQASCII8BIT-String?



401
402
403
# File 'ext/pk11_struct.doc', line 401

def pSubprimeQ
  @pSubprimeQ
end

#ulPAndGLenInteger



403
404
405
# File 'ext/pk11_struct.doc', line 403

def ulPAndGLen
  @ulPAndGLen
end

#ulQLenInteger



405
406
407
# File 'ext/pk11_struct.doc', line 405

def ulQLen
  @ulQLen
end

#ulRandomLenInteger



407
408
409
# File 'ext/pk11_struct.doc', line 407

def ulRandomLen
  @ulRandomLen
end

Instance Method Details

#membersArray<String>



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

def members; end

#to_sString



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

def to_s; end