Class: PKCS11::ProtectServer::CK_PP_LOAD_SECRET_PARAMS

Inherits:
CStruct
  • Object
show all
Defined in:
ext/pk11s_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

#bMaskInputBoolean

Returns Bool value.

Returns:

  • (Boolean)

    Bool value



121
122
123
# File 'ext/pk11s_struct.doc', line 121

def bMaskInput
  @bMaskInput
end

#cConvertInteger

Returns accessor for cConvert (CK_ULONG).

Returns:

  • (Integer)

    accessor for cConvert (CK_ULONG)



123
124
125
# File 'ext/pk11s_struct.doc', line 123

def cConvert
  @cConvert
end

#promptString?

Returns accessor for prompt.

Returns:

  • (String, nil)

    accessor for prompt



119
120
121
# File 'ext/pk11s_struct.doc', line 119

def prompt
  @prompt
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



117
# File 'ext/pk11s_struct.doc', line 117

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



115
# File 'ext/pk11s_struct.doc', line 115

def to_s; end