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?



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

def pOAEPParams
  @pOAEPParams
end

#ulAESKeyBitsInteger



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

def ulAESKeyBits
  @ulAESKeyBits
end

Instance Method Details

#membersArray<String>



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

def members; end

#to_sString



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

def to_s; end