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

#kdfInteger



801
802
803
# File 'ext/pk11_struct.doc', line 801

def kdf
  @kdf
end

#pSharedDataASCII8BIT-String?



797
798
799
# File 'ext/pk11_struct.doc', line 797

def pSharedData
  @pSharedData
end

#ulAESKeyBitsInteger



799
800
801
# File 'ext/pk11_struct.doc', line 799

def ulAESKeyBits
  @ulAESKeyBits
end

Instance Method Details

#membersArray<String>



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

def members; end

#to_sString



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

def to_s; end