Class: PKCS11::CK_RSA_AES_KEY_WRAP_PARAMS

Inherits:
CStruct
  • Object
show all
Defined in:
ext/pk11_struct.doc

Constant Summary collapse

SIZEOF_STRUCT =

Size of corresponding C struct in bytes

Integer

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from CStruct

#inspect, #to_hash, #values

Instance Attribute Details

#pOAEPParamsPKCS11::CK_RSA_PKCS_OAEP_PARAMS?

Returns pointer to struct.

Returns:



813
814
815
# File 'ext/pk11_struct.doc', line 813

def pOAEPParams
  @pOAEPParams
end

#ulAESKeyBitsInteger

Returns accessor for ulAESKeyBits (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulAESKeyBits (CK_ULONG)



811
812
813
# File 'ext/pk11_struct.doc', line 811

def ulAESKeyBits
  @ulAESKeyBits
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



809
# File 'ext/pk11_struct.doc', line 809

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



807
# File 'ext/pk11_struct.doc', line 807

def to_s; end