Class: PKCS11::Luna::CK_AES_GCM_PARAMS

Inherits:
CStruct
  • Object
show all
Defined in:
ext/pk11l_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

#pAADString?



447
448
449
# File 'ext/pk11l_struct.doc', line 447

def pAAD
  @pAAD
end

#pIvString?



445
446
447
# File 'ext/pk11l_struct.doc', line 445

def pIv
  @pIv
end

#ulIvBitsInteger



449
450
451
# File 'ext/pk11l_struct.doc', line 449

def ulIvBits
  @ulIvBits
end

#ulTagBitsInteger



451
452
453
# File 'ext/pk11l_struct.doc', line 451

def ulTagBits
  @ulTagBits
end

Instance Method Details

#membersArray<String>



443
# File 'ext/pk11l_struct.doc', line 443

def members; end

#to_sString



441
# File 'ext/pk11l_struct.doc', line 441

def to_s; end