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

#certificateHandleInteger, PKCS11::Object

Returns Object handle (CK_ULONG).

Returns:



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

def certificateHandle
  @certificateHandle
end

#pContentTypeUTF8-String?

Returns accessor for pContentType.

Returns:

  • (UTF8-String, nil)

    accessor for pContentType



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

def pContentType
  @pContentType
end

#pDigestMechanismPKCS11::CK_MECHANISM?

Returns pointer to struct.

Returns:



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

def pDigestMechanism
  @pDigestMechanism
end

#pRequestedAttributesASCII8BIT-String?

Returns accessor for pRequestedAttributes and ulRequestedAttributesLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pRequestedAttributes and ulRequestedAttributesLen



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

def pRequestedAttributes
  @pRequestedAttributes
end

#pRequiredAttributesASCII8BIT-String?

Returns accessor for pRequiredAttributes and ulRequiredAttributesLen.

Returns:

  • (ASCII8BIT-String, nil)

    accessor for pRequiredAttributes and ulRequiredAttributesLen



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

def pRequiredAttributes
  @pRequiredAttributes
end

#pSigningMechanismPKCS11::CK_MECHANISM?

Returns pointer to struct.

Returns:



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

def pSigningMechanism
  @pSigningMechanism
end

Instance Method Details

#membersArray<String>

Returns Attributes of this struct.

Returns:

  • (Array<String>)

    Attributes of this struct



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

def members; end

#to_sString

Returns Binary copy of the C struct.

Returns:

  • (String)

    Binary copy of the C struct



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

def to_s; end