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

#encryptionPKCS11::ProtectServer::CK_MECH_AND_OBJECTS

Returns inline struct.

Returns:



107
108
109
# File 'ext/pk11s_struct.doc', line 107

def encryption
  @encryption
end

#extensionsPKCS11::ProtectServer::CK_ATTRIBUTES

Returns inline struct.

Returns:



109
110
111
# File 'ext/pk11s_struct.doc', line 109

def extensions
  @extensions
end

#flagsInteger

Returns accessor for flags (CK_ULONG).

Returns:

  • (Integer)

    accessor for flags (CK_ULONG)



101
102
103
# File 'ext/pk11s_struct.doc', line 101

def flags
  @flags
end

#lengthInteger

Returns accessor for length (CK_ULONG).

Returns:

  • (Integer)

    accessor for length (CK_ULONG)



103
104
105
# File 'ext/pk11s_struct.doc', line 103

def length
  @length
end

#signaturePKCS11::ProtectServer::CK_MECH_AND_OBJECTS

Returns inline struct.

Returns:



105
106
107
# File 'ext/pk11s_struct.doc', line 105

def signature
  @signature
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end