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

#hashAlgInteger



173
174
175
# File 'ext/pk11_struct.doc', line 173

def hashAlg
  @hashAlg
end

#mgfInteger



175
176
177
# File 'ext/pk11_struct.doc', line 175

def mgf
  @mgf
end

#sLenInteger



177
178
179
# File 'ext/pk11_struct.doc', line 177

def sLen
  @sLen
end

Instance Method Details

#membersArray<String>



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

def members; end

#to_sString



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

def to_s; end