Class: PKCS11::CK_CAMELLIA_CBC_ENCRYPT_DATA_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

#ivString



761
762
763
# File 'ext/pk11_struct.doc', line 761

def iv
  @iv
end

#pDataString?



759
760
761
# File 'ext/pk11_struct.doc', line 759

def pData
  @pData
end

Instance Method Details

#membersArray<String>



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

def members; end

#to_sString



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

def to_s; end