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

#hmacKgMechInteger

Returns accessor for hmacKgMech (CK_ULONG).

Returns:

  • (Integer)

    accessor for hmacKgMech (CK_ULONG)



165
166
167
# File 'ext/pk11s_struct.doc', line 165

def hmacKgMech
  @hmacKgMech
end

#keyCertInteger, PKCS11::Object

Returns Object handle (CK_ULONG).

Returns:

  • (Integer, PKCS11::Object)

    Object handle (CK_ULONG)



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

def keyCert
  @keyCert
end

#passwordAuthSafeString?

Returns accessor for passwordAuthSafe and passwordAuthSafeLen.

Returns:

  • (String, nil)

    accessor for passwordAuthSafe and passwordAuthSafeLen



155
156
157
# File 'ext/pk11s_struct.doc', line 155

def passwordAuthSafe
  @passwordAuthSafe
end

#passwordHMACString?

Returns accessor for passwordHMAC and passwordHMACLen.

Returns:

  • (String, nil)

    accessor for passwordHMAC and passwordHMACLen



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

def passwordHMAC
  @passwordHMAC
end

#safeBagKgMechInteger

Returns accessor for safeBagKgMech (CK_ULONG).

Returns:

  • (Integer)

    accessor for safeBagKgMech (CK_ULONG)



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

def safeBagKgMech
  @safeBagKgMech
end

#safeContentKgMechInteger

Returns accessor for safeContentKgMech (CK_ULONG).

Returns:

  • (Integer)

    accessor for safeContentKgMech (CK_ULONG)



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

def safeContentKgMech
  @safeContentKgMech
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end