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

#timestampFormatInteger

Returns accessor for timestampFormat (CK_ULONG).

Returns:

  • (Integer)

    accessor for timestampFormat (CK_ULONG)



47
48
49
# File 'ext/pk11s_struct.doc', line 47

def timestampFormat
  @timestampFormat
end

#useMillisecondsBoolean

Returns Bool value.

Returns:

  • (Boolean)

    Bool value



45
46
47
# File 'ext/pk11s_struct.doc', line 45

def useMilliseconds
  @useMilliseconds
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end