Class: PKCS11::CK_WTLS_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

#hKeyInteger, PKCS11::Object



583
584
585
# File 'ext/pk11_struct.doc', line 583

def hKey
  @hKey
end

#hMacSecretInteger, PKCS11::Object



581
582
583
# File 'ext/pk11_struct.doc', line 581

def hMacSecret
  @hMacSecret
end

#pIVASCII8BIT-String?



579
580
581
# File 'ext/pk11_struct.doc', line 579

def pIV
  @pIV
end

Instance Method Details

#membersArray<String>



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

def members; end

#to_sString



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

def to_s; end