Class: PKCS11::Luna::CK_KEA_DERIVE_PARAMS

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

#isSenderBoolean



193
194
195
# File 'ext/pk11l_struct.doc', line 193

def isSender
  @isSender
end

#pPublicDataString?



191
192
193
# File 'ext/pk11l_struct.doc', line 191

def pPublicData
  @pPublicData
end

#pRandomAString?



187
188
189
# File 'ext/pk11l_struct.doc', line 187

def pRandomA
  @pRandomA
end

#pRandomBString?



189
190
191
# File 'ext/pk11l_struct.doc', line 189

def pRandomB
  @pRandomB
end

#ulRandomLenInteger



195
196
197
# File 'ext/pk11l_struct.doc', line 195

def ulRandomLen
  @ulRandomLen
end

Instance Method Details

#membersArray<String>



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

def members; end

#to_sString



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

def to_s; end