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

Returns accessor for hashAlg (CK_ULONG).

Returns:

  • (Integer)

    accessor for hashAlg (CK_ULONG)



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

def hashAlg
  @hashAlg
end

#mgfInteger

Returns accessor for mgf (CK_ULONG).

Returns:

  • (Integer)

    accessor for mgf (CK_ULONG)



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

def mgf
  @mgf
end

#sLenInteger

Returns accessor for sLen (CK_ULONG).

Returns:

  • (Integer)

    accessor for sLen (CK_ULONG)



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

def sLen
  @sLen
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end