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



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

def certificateHandle
  @certificateHandle
end

#pContentTypeUTF8-String?



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

def pContentType
  @pContentType
end

#pDigestMechanismPKCS11::CK_MECHANISM?



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

def pDigestMechanism
  @pDigestMechanism
end

#pRequestedAttributesASCII8BIT-String?



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

def pRequestedAttributes
  @pRequestedAttributes
end

#pRequiredAttributesASCII8BIT-String?



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

def pRequiredAttributes
  @pRequiredAttributes
end

#pSigningMechanismPKCS11::CK_MECHANISM?



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

def pSigningMechanism
  @pSigningMechanism
end

Instance Method Details

#membersArray<String>



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

def members; end

#to_sString



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

def to_s; end