Class: PKCS11::Luna::CK_AES_CBC_PAD_INSERT_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

#pbFileNameString?

Returns accessor for pbFileName.

Returns:

  • (String, nil)

    accessor for pbFileName



617
618
619
# File 'ext/pk11l_struct.doc', line 617

def pbFileName
  @pbFileName
end

#pBufferString?

Returns accessor for pBuffer and ulBufferLen.

Returns:

  • (String, nil)

    accessor for pBuffer and ulBufferLen



615
616
617
# File 'ext/pk11l_struct.doc', line 615

def pBuffer
  @pBuffer
end

#pedIdInteger

Returns accessor for pedId (CK_ULONG).

Returns:

  • (Integer)

    accessor for pedId (CK_ULONG)



629
630
631
# File 'ext/pk11l_struct.doc', line 629

def pedId
  @pedId
end

#pulHandleInteger?

Returns accessor for pulHandle (CK_ULONG_PTR).

Returns:

  • (Integer, nil)

    accessor for pulHandle (CK_ULONG_PTR)



625
626
627
# File 'ext/pk11l_struct.doc', line 625

def pulHandle
  @pulHandle
end

#pulTypeInteger?

Returns accessor for pulType (CK_ULONG_PTR).

Returns:

  • (Integer, nil)

    accessor for pulType (CK_ULONG_PTR)



623
624
625
# File 'ext/pk11l_struct.doc', line 623

def pulType
  @pulType
end

#ulContainerStateInteger

Returns accessor for ulContainerState (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulContainerState (CK_ULONG)



621
622
623
# File 'ext/pk11l_struct.doc', line 621

def ulContainerState
  @ulContainerState
end

#ulStorageInteger

Returns accessor for ulStorage (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulStorage (CK_ULONG)



627
628
629
# File 'ext/pk11l_struct.doc', line 627

def ulStorage
  @ulStorage
end

#ulStorageTypeInteger

Returns accessor for ulStorageType (CK_ULONG).

Returns:

  • (Integer)

    accessor for ulStorageType (CK_ULONG)



619
620
621
# File 'ext/pk11l_struct.doc', line 619

def ulStorageType
  @ulStorageType
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end