Class: PKCS11::ProtectServer::CK_SECRET_SHARE_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

#mInteger

Returns accessor for m (CK_ULONG).

Returns:

  • (Integer)

    accessor for m (CK_ULONG)



145
146
147
# File 'ext/pk11s_struct.doc', line 145

def m
  @m
end

#nInteger

Returns accessor for n (CK_ULONG).

Returns:

  • (Integer)

    accessor for n (CK_ULONG)



143
144
145
# File 'ext/pk11s_struct.doc', line 143

def n
  @n
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end