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

#certAttrArray<PKCS11::CK_ATTRIBUTE>

Returns accessor for certAttr and certAttrCount.

Returns:

  • (Array<PKCS11::CK_ATTRIBUTE>)

    accessor for certAttr and certAttrCount



175
176
177
# File 'ext/pk11s_struct.doc', line 175

def certAttr
  @certAttr
end

#hCertCountInteger?

Returns accessor for hCertCount (CK_ULONG_PTR).

Returns:

  • (Integer, nil)

    accessor for hCertCount (CK_ULONG_PTR)



181
182
183
# File 'ext/pk11s_struct.doc', line 181

def hCertCount
  @hCertCount
end

#passwordAuthSafeString?

Returns accessor for passwordAuthSafe and passwordAuthSafeLen.

Returns:

  • (String, nil)

    accessor for passwordAuthSafe and passwordAuthSafeLen



177
178
179
# File 'ext/pk11s_struct.doc', line 177

def passwordAuthSafe
  @passwordAuthSafe
end

#passwordHMACString?

Returns accessor for passwordHMAC and passwordHMACLen.

Returns:

  • (String, nil)

    accessor for passwordHMAC and passwordHMACLen



179
180
181
# File 'ext/pk11s_struct.doc', line 179

def passwordHMAC
  @passwordHMAC
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end