Chilkat.CSP PHP Reference

Chilkat.CSP

Object Creation

$obj = new COM("Chilkat.CSP");

Properties

string EncryptAlgorithm (read-only)

To be documented soon...

int EncryptAlgorithmID (read-only)

To be documented soon...

int EncryptNumBits (read-only)

To be documented soon...

string HashAlgorithm (read-only)

To be documented soon...

int HashAlgorithmID (read-only)

To be documented soon...

int HashNumBits (read-only)

To be documented soon...

string KeyContainerName

To be documented soon...

string LastErrorHtml (read-only)

Error information in HTML format for the last method called.

string LastErrorText (read-only)

Error information in plain-text format for the last method called.

string LastErrorXml (read-only)

Error information in XML format for the last method called.

bool MachineKeyset

To be documented soon...

int NumEncryptAlgorithms (read-only)

To be documented soon...

int NumHashAlgorithms (read-only)

To be documented soon...

int NumKeyContainers (read-only)

To be documented soon...

int NumKeyExchangeAlgorithms (read-only)

To be documented soon...

int NumSignatureAlgorithms (read-only)

To be documented soon...

string ProviderName

To be documented soon...

int ProviderType (read-only)

To be documented soon...

Methods

string GetEncryptionAlgorithm(int index)

To be documented soon...

int GetEncryptionNumBits(int index)

To be documented soon...

string GetHashAlgorithm(int index)

To be documented soon...

int GetHashNumBits(int index)

To be documented soon...

string GetKeyContainerName(int index)

To be documented soon...

Chilkat.StringArray GetKeyContainerNames()

To be documented soon...

string GetKeyExchangeAlgorithm(int index)

To be documented soon...

int GetKeyExchangeNumBits(int index)

To be documented soon...

string GetSignatureAlgorithm(int index)

To be documented soon...

int GetSignatureNumBits(int index)

To be documented soon...

int HasEncryptAlgorithm(string name, int numBits)

To be documented soon...

int HasHashAlgorithm(string name, int numBits)

To be documented soon...

string Serialize()

To be documented soon...

int SetEncryptAlgorithm(string name)

To be documented soon...

int SetHashAlgorithm(string name)

To be documented soon...

void SetProviderMicrosoftBase()

To be documented soon...

void SetProviderMicrosoftEnhanced()

To be documented soon...

void SetProviderMicrosoftRsaAes()

To be documented soon...

void SetProviderMicrosoftStrong()

To be documented soon...