Class: PKCS11::CK_RSA_PKCS_OAEP_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)



159
160
161
# File 'ext/pk11_struct.doc', line 159

def hashAlg
  @hashAlg
end

#mgfInteger

Returns accessor for mgf (CK_ULONG).

Returns:

  • (Integer)

    accessor for mgf (CK_ULONG)



161
162
163
# File 'ext/pk11_struct.doc', line 161

def mgf
  @mgf
end

#pSourceDataASCII8BIT-String?

Returns accessor for pSourceData and ulSourceDataLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pSourceData and ulSourceDataLen



157
158
159
# File 'ext/pk11_struct.doc', line 157

def pSourceData
  @pSourceData
end

#sourceInteger

Returns accessor for source (CK_ULONG).

Returns:

  • (Integer)

    accessor for source (CK_ULONG)



163
164
165
# File 'ext/pk11_struct.doc', line 163

def source
  @source
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end