Coldfusion PGP CFC documentation

BASIC INFORMATION
STANDARD INFORMATION
Name: pgp
Hint: A collection of PGP utilities based on the nsdpgp3 COM wrapper. 
WSDL: http://127.0.0.1:8500/pgp.cfc?wsdl
Last Modified: December 1, 2003 11:20:13 UTC
OTHER INFORMATION
DISPLAYNAME: PGP utilities
PROPERTIES
NAME TYPE REQUIRED DEFAULT IMPLEMENTED IN OTHER ATTRIBUTES
METHOD SUMMARY
PUBLIC METHODS
setPublicKeyring( string pubKeyring )
Set the filename of the PGP public keyring
    return type: any
    [detail on: setPublicKeyring()]
verifyEncryptedFile( string inFile , string signInfoFile , string passPhrase )
Verify an encrypted file
    return type: any
    [detail on: verifyEncryptedFile()]
verifyString( string inString )
Verify a string
    return type: string
    [detail on: verifyString()]
encryptString( string inString , string recipientKeyID )
Encrypt a string using a public key
    return type: string
    [detail on: encryptString()]
generateKey( [string keyAlgorithm=RSA] [, numeric bits=1024] , string name , string passPhrase )
Generate a new key pair
    return type: string
    [detail on: generateKey()]
exportKeyToKeyServer( string keyID , string keyServer )
Export a public key to a KeyServer
    return type: any
    [detail on: exportKeyToKeyServer()]
signFile( string inFile , string sigFile , string sigFileType , string algorithm , string signingKeyID , string passPhrase )
Sign a file with a detached signature file
    return type: any
    [detail on: signFile()]
revokeKey( string keyID , string passPhrase )
Revoke a key pair
    return type: any
    [detail on: revokeKey()]
verifyEncryptedString( string inString , string passPhrase )
Verify an encrypted string
    return type: string
    [detail on: verifyEncryptedString()]
getUserIDFromKeyID( string keyID )
Obtain the userID of a key from its keyID
    return type: string
    [detail on: getUserIDFromKeyID()]
listKeys( )
List all the valid keys on the keyring
    return type: string
    [detail on: listKeys()]
init( string pubKeyring , string privKeyring )
Constructor
    return type: pgp
    [detail on: init()]
analyzeString( string inString )
Analyze a string
    return type: string
    [detail on: analyzeString()]
deleteKey( string keyID )
Delete a key
    return type: any
    [detail on: deleteKey()]
importKeyFromKeyServer( string keyID , string keyServer )
Import a public key from a KeyServer
    return type: any
    [detail on: importKeyFromKeyServer()]
exportKeyToString( string keyID )
Export a public key to a string
    return type: string
    [detail on: exportKeyToString()]
disableKey( string keyID )
Disable a public key
    return type: any
    [detail on: disableKey()]
clearSignString( string inString , string algorithm , string signingKeyID , string passPhrase )
Clear sign a string
    return type: string
    [detail on: clearSignString()]
opaqueSignString( string inString , string algorithm , string signingKeyID , string passPhrase )
Opaque sign a string
    return type: string
    [detail on: opaqueSignString()]
decryptString( string inString , string passPhrase )
Decrypt a string
    return type: string
    [detail on: decryptString()]
verifyFile( string inFile , string sigFile , string signInfoFile )
Verify a file with a detached signature file
    return type: any
    [detail on: verifyFile()]
getKeyIDFromUserID( string userID )
Obtain the keyID of a key from its userID
    return type: string
    [detail on: getKeyIDFromUserID()]
decryptAndVerifyFile( string inFile , string outFile , string signInfoFile , string passPhrase )
Decrypt and verify a file
    return type: any
    [detail on: decryptAndVerifyFile()]
conventionalEncryptString( string inString , string algorithm , string passPhrase )
Encrypt a string using a conventional cipher
    return type: string
    [detail on: conventionalEncryptString()]
encryptAndSignFile( string inFile , string outFile , string inFileType , string outFileType , string recipientKeyID , string signingKeyID , string algorithm , string passPhrase )
Encrypt and sign a file using keys
    return type: any
    [detail on: encryptAndSignFile()]
wipeFile( string inFile )
Wipe a file
    return type: any
    [detail on: wipeFile()]
encryptAndSignString( string inString , string recipientKeyID , string algorithm , string signingKeyID , string passPhrase )
Encrypt and sign a string using keys
    return type: string
    [detail on: encryptAndSignString()]
conventionalEncryptFile( string inFile , string outFile , string inFileType , string outFileType , string algorithm , string passPhrase )
Encrypt a file using a conventional cipher
    return type: any
    [detail on: conventionalEncryptFile()]
analyze( string inFile )
Analyze a file
    return type: any
    [detail on: analyze()]
enableKey( string keyID )
Enable a public key
    return type: any
    [detail on: enableKey()]
verifySignedFile( string inFile , string signInfoFile )
Verify a signed file
    return type: any
    [detail on: verifySignedFile()]
encryptFile( string inFile , string outFile , string inFileType , string outFileType , string recipientKeyID )
Encrypt a file using a public key
    return type: any
    [detail on: encryptFile()]
clearSignFile( string inFile , string outFile , string algorithm , string signingKeyID , string passPhrase )
Clear sign a text file
    return type: any
    [detail on: clearSignFile()]
decryptFile( string inFile , string outFile , string passPhrase )
Decrypt a file
    return type: any
    [detail on: decryptFile()]
importKeyFromFile( string inFile )
Import a public key from a file
    return type: any
    [detail on: importKeyFromFile()]
setPrivateKeyring( string privKeyring )
Set the filename of the PGP private keyring
    return type: any
    [detail on: setPrivateKeyring()]
opaqueSignFile( string inFile , string outFile , string inFileType , string outFileType , string algorithm , string signingKeyID , string passPhrase )
Opaque sign a file
    return type: any
    [detail on: opaqueSignFile()]
exportKeyToFile( string outFile , string keyID )
Export a public key to a file
    return type: any
    [detail on: exportKeyToFile()]
importKeyFromString( string inString )
Import a public key from a string
    return type: any
    [detail on: importKeyFromString()]
userIDImportKeyFromKeyServer( string userID , string keyServer )
Import a public key from a KeyServer via its userID
    return type: any
    [detail on: userIDImportKeyFromKeyServer()]
METHOD DETAILS
setPublicKeyring    [top]
Hint: Set the filename of the PGP public keyring
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
pubKeyring
Hint: A string giving the filename (including full path) of the PGP public keyring. UNC paths may be used.
Type: string
Required: Yes
verifyEncryptedFile    [top]
Hint: Verify an encrypted file
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
inFile
Hint: A string giving the filename (including full path) of the input file. UNC paths may be used.
Type: string
Required: Yes
signInfoFile
Hint: A string giving the filename (including full path) of the text file into which the signature status information should be written. UNC paths may be used.
Type: string
Required: Yes
passPhrase
Hint: A string giving the conventional passphrase or the PGP keyring passphrase.
Type: string
Required: Yes
verifyString    [top]
Hint: Verify a string
Access: public
Return Type: string
Output: false
Implemented In: pgp
Arguments:
inString
Hint: A string with the input data to be processed.
Type: string
Required: Yes
encryptAndSignString    [top]
Hint: Encrypt and sign a string using keys
Access: public
Return Type: string
Output: false
Implemented In: pgp
Arguments:
inString
Hint: A string with the input data to be processed.
Type: string
Required: Yes
recipientKeyID
Hint: A string giving the KeyID (e.g. '0x9DBCDE7D') of the recipient's public key. Note that if the public key has an associated ADK, the ADK will be ignored. Multiple recipients can be specified (delimited by commas) (e.g. '0x9DBCDE7D,0xFF7155A2,0x05804E46').
Type: string
Required: Yes
algorithm
Hint: A string that indicates the desired PGP hash algorithm. One of [MD5,SHA1,RIPEMD160].
Type: string
Required: Yes
signingKeyID
Hint: A string giving the KeyID (e.g. '0x9DBCDE7D') of the signing key.
Type: string
Required: Yes
passPhrase
Hint: A string giving the conventional passphrase or the PGP keyring passphrase.
Type: string
Required: Yes
conventionalEncryptFile    [top]
Hint: Encrypt a file using a conventional cipher
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
inFile
Hint: A string giving the filename (including full path) of the input file. UNC paths may be used.
Type: string
Required: Yes
outFile
Hint: A string giving the filename (including full path) of the output file. UNC paths may be used.
Type: string
Required: Yes
inFileType
Hint: A string that indicates whether the input file is text or binary.
Type: string
Required: Yes
outFileType
Hint: A string that indicates whether the input file is text or binary.
Type: string
Required: Yes
algorithm
Hint: A string that indicates the desired PGP conventional cipher algorithm. One of [IDEA,TripleDES,CAST5,AES128,AES256,Twofish256].
Type: string
Required: Yes
passPhrase
Hint: A string giving the conventional passphrase or the PGP keyring passphrase.
Type: string
Required: Yes
exportKeyToKeyServer    [top]
Hint: Export a public key to a KeyServer
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
keyID
Hint: A string giving the KeyID (e.g. '0x9DBCDE7D') of the PGP key to be used.
Type: string
Required: Yes
keyServer
Hint: A string that indicates the keyserver to be used. One of [KEYSERVER_PGP_COM,EUROPE_KEYS_PGP_COM,SEARCH_KEYSERVER_NET,PGPKEYS_MIT_EDU].
Type: string
Required: Yes
signFile    [top]
Hint: Sign a file with a detached signature file
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
inFile
Hint: A string giving the filename (including full path) of the input file. UNC paths may be used.
Type: string
Required: Yes
sigFile
Hint: A string giving the filename (including full path) of the detached signature (.SIG) file. UNC paths may be used.
Type: string
Required: Yes
sigFileType
Hint: A string that indicates whether the input file is text or binary.
Type: string
Required: Yes
algorithm
Hint: A string that indicates the desired PGP hash algorithm. One of [MD5,SHA1,RIPEMD160].
Type: string
Required: Yes
signingKeyID
Hint: A string giving the KeyID (e.g. '0x9DBCDE7D') of the signing key.
Type: string
Required: Yes
passPhrase
Hint: A string giving the conventional passphrase or the PGP keyring passphrase.
Type: string
Required: Yes
verifyEncryptedString    [top]
Hint: Verify an encrypted string
Access: public
Return Type: string
Output: false
Implemented In: pgp
Arguments:
inString
Hint: A string with the input data to be processed.
Type: string
Required: Yes
passPhrase
Hint: A string giving the conventional passphrase or the PGP keyring passphrase.
Type: string
Required: Yes
getUserIDFromKeyID    [top]
Hint: Obtain the userID of a key from its keyID
Access: public
Return Type: string
Output: false
Implemented In: pgp
Arguments:
keyID
Hint: A string giving the KeyID (e.g. '0x9DBCDE7D') of the PGP key to be used.
Type: string
Required: Yes
listKeys    [top]
Hint: List all the valid keys on the keyring
Access: public
Return Type: string
Output: false
Implemented In: pgp
Arguments:
init    [top]
Hint: Constructor
Access: public
Return Type: pgp
Output: false
Implemented In: pgp
Arguments:
pubKeyring
Hint: A string giving the filename (including full path) of the PGP public keyring. UNC paths may be used.
Type: string
Required: Yes
privKeyring
Hint: A string giving the filename (including full path) of the PGP private keyring. UNC paths may be used.
Type: string
Required: Yes
analyzeString    [top]
Hint: Analyze a string
Access: public
Return Type: string
Output: false
Implemented In: pgp
Arguments:
inString
Hint: A string with the input data to be processed.
Type: string
Required: Yes
setPrivateKeyring    [top]
Hint: Set the filename of the PGP private keyring
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
privKeyring
Hint: A string giving the filename (including full path) of the PGP private keyring. UNC paths may be used.
Type: string
Required: Yes
importKeyFromKeyServer    [top]
Hint: Import a public key from a KeyServer
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
keyID
Hint: A string giving the KeyID (e.g. '0x9DBCDE7D') of the PGP key to be used.
Type: string
Required: Yes
keyServer
Hint: A string that indicates the keyserver to be used. One of [KEYSERVER_PGP_COM,EUROPE_KEYS_PGP_COM,SEARCH_KEYSERVER_NET,PGPKEYS_MIT_EDU].
Type: string
Required: Yes
exportKeyToString    [top]
Hint: Export a public key to a string
Access: public
Return Type: string
Output: false
Implemented In: pgp
Arguments:
keyID
Hint: A string giving the KeyID (e.g. '0x9DBCDE7D') of the PGP key to be used.
Type: string
Required: Yes
disableKey    [top]
Hint: Disable a public key
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
keyID
Hint: A string giving the KeyID (e.g. '0x9DBCDE7D') of the PGP key to be used.
Type: string
Required: Yes
opaqueSignString    [top]
Hint: Opaque sign a string
Access: public
Return Type: string
Output: false
Implemented In: pgp
Arguments:
inString
Hint: A string with the input data to be processed.
Type: string
Required: Yes
algorithm
Hint: A string that indicates the desired PGP hash algorithm. One of [MD5,SHA1,RIPEMD160].
Type: string
Required: Yes
signingKeyID
Hint: A string giving the KeyID (e.g. '0x9DBCDE7D') of the signing key.
Type: string
Required: Yes
passPhrase
Hint: A string giving the conventional passphrase or the PGP keyring passphrase.
Type: string
Required: Yes
decryptString    [top]
Hint: Decrypt a string
Access: public
Return Type: string
Output: false
Implemented In: pgp
Arguments:
inString
Hint: A string with the input data to be processed.
Type: string
Required: Yes
passPhrase
Hint: A string giving the conventional passphrase or the PGP keyring passphrase.
Type: string
Required: Yes
verifyFile    [top]
Hint: Verify a file with a detached signature file
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
inFile
Hint: A string giving the filename (including full path) of the input file. UNC paths may be used.
Type: string
Required: Yes
sigFile
Hint: A string giving the filename (including full path) of the detached signature (.SIG) file. UNC paths may be used.
Type: string
Required: Yes
signInfoFile
Hint: A string giving the filename (including full path) of the text file into which the signature status information should be written. UNC paths may be used.
Type: string
Required: Yes
getKeyIDFromUserID    [top]
Hint: Obtain the keyID of a key from its userID
Access: public
Return Type: string
Output: false
Implemented In: pgp
Arguments:
userID
Hint: A string giving the UserID (typically the email address) (e.g. 'grt@wow.net') of the PGP key.
Type: string
Required: Yes
decryptAndVerifyFile    [top]
Hint: Decrypt and verify a file
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
inFile
Hint: A string giving the filename (including full path) of the input file. UNC paths may be used.
Type: string
Required: Yes
outFile
Hint: A string giving the filename (including full path) of the output file. UNC paths may be used.
Type: string
Required: Yes
signInfoFile
Hint: A string giving the filename (including full path) of the text file into which the signature status information should be written. UNC paths may be used.
Type: string
Required: Yes
passPhrase
Hint: A string giving the conventional passphrase or the PGP keyring passphrase.
Type: string
Required: Yes
conventionalEncryptString    [top]
Hint: Encrypt a string using a conventional cipher
Access: public
Return Type: string
Output: false
Implemented In: pgp
Arguments:
inString
Hint: A string with the input data to be processed.
Type: string
Required: Yes
algorithm
Hint: A string that indicates the desired PGP conventional cipher algorithm. One of [IDEA,TripleDES,CAST5,AES128,AES256,Twofish256].
Type: string
Required: Yes
passPhrase
Hint: A string giving the conventional passphrase or the PGP keyring passphrase.
Type: string
Required: Yes
encryptAndSignFile    [top]
Hint: Encrypt and sign a file using keys
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
inFile
Hint: A string giving the filename (including full path) of the input file. UNC paths may be used.
Type: string
Required: Yes
outFile
Hint: A string giving the filename (including full path) of the output file. UNC paths may be used.
Type: string
Required: Yes
inFileType
Hint: A string that indicates whether the input file is text or binary.
Type: string
Required: Yes
outFileType
Hint: A string that indicates whether the input file is text or binary.
Type: string
Required: Yes
recipientKeyID
Hint: A string giving the KeyID (e.g. '0x9DBCDE7D') of the recipient's public key. Note that if the public key has an associated ADK, the ADK will be ignored. Multiple recipients can be specified (delimited by commas) (e.g. '0x9DBCDE7D,0xFF7155A2,0x05804E46').
Type: string
Required: Yes
signingKeyID
Hint: A string giving the KeyID (e.g. '0x9DBCDE7D') of the signing key.
Type: string
Required: Yes
algorithm
Hint: A string that indicates the desired PGP hash algorithm. One of [MD5,SHA1,RIPEMD160].
Type: string
Required: Yes
passPhrase
Hint: A string giving the conventional passphrase or the PGP keyring passphrase.
Type: string
Required: Yes
wipeFile    [top]
Hint: Wipe a file
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
inFile
Hint: A string giving the filename (including full path) of the input file. UNC paths may be used.
Type: string
Required: Yes
encryptString    [top]
Hint: Encrypt a string using a public key
Access: public
Return Type: string
Output: false
Implemented In: pgp
Arguments:
inString
Hint: A string with the input data to be processed.
Type: string
Required: Yes
recipientKeyID
Hint: A string giving the KeyID (e.g. '0x9DBCDE7D') of the recipient's public key. Note that if the public key has an associated ADK, the ADK will be ignored. Multiple recipients can be specified (delimited by commas) (e.g. '0x9DBCDE7D,0xFF7155A2,0x05804E46').
Type: string
Required: Yes
generateKey    [top]
Hint: Generate a new key pair
Access: public
Return Type: string
Output: false
Implemented In: pgp
Arguments:
keyAlgorithm
Hint: One of [RSA,DH_SS]. Indicates the desired PGP key pair type to be created. Default is RSA.
Type: string
Required: No
Default: RSA
bits
Hint: An integer giving the size of the key pair to be created. Valid range is 1024 to 4096 bits. Default is 1024.
Type: numeric
Required: No
Default: 1024
name
Hint: A string giving the name and email address (e.g. 'John Doe ') of the key pair to be created.
Type: string
Required: Yes
passPhrase
Hint: A string giving the conventional passphrase or the PGP keyring passphrase.
Type: string
Required: Yes
analyze    [top]
Hint: Analyze a file
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
inFile
Hint: A string giving the filename (including full path) of the input file. UNC paths may be used.
Type: string
Required: Yes
enableKey    [top]
Hint: Enable a public key
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
keyID
Hint: A string giving the KeyID (e.g. '0x9DBCDE7D') of the PGP key to be used.
Type: string
Required: Yes
verifySignedFile    [top]
Hint: Verify a signed file
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
inFile
Hint: A string giving the filename (including full path) of the input file. UNC paths may be used.
Type: string
Required: Yes
signInfoFile
Hint: A string giving the filename (including full path) of the text file into which the signature status information should be written. UNC paths may be used.
Type: string
Required: Yes
encryptFile    [top]
Hint: Encrypt a file using a public key
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
inFile
Hint: A string giving the filename (including full path) of the input file. UNC paths may be used.
Type: string
Required: Yes
outFile
Hint: A string giving the filename (including full path) of the output file. UNC paths may be used.
Type: string
Required: Yes
inFileType
Hint: A string that indicates whether the input file is text or binary.
Type: string
Required: Yes
outFileType
Hint: A string that indicates whether the input file is text or binary.
Type: string
Required: Yes
recipientKeyID
Hint: A string giving the KeyID (e.g. '0x9DBCDE7D') of the recipient's public key. Note that if the public key has an associated ADK, the ADK will be ignored. Multiple recipients can be specified (delimited by commas) (e.g. '0x9DBCDE7D,0xFF7155A2,0x05804E46').
Type: string
Required: Yes
clearSignFile    [top]
Hint: Clear sign a text file
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
inFile
Hint: A string giving the filename (including full path) of the input file. UNC paths may be used.
Type: string
Required: Yes
outFile
Hint: A string giving the filename (including full path) of the output file. UNC paths may be used.
Type: string
Required: Yes
algorithm
Hint: A string that indicates the desired PGP hash algorithm. One of [MD5,SHA1,RIPEMD160].
Type: string
Required: Yes
signingKeyID
Hint: A string giving the KeyID (e.g. '0x9DBCDE7D') of the signing key.
Type: string
Required: Yes
passPhrase
Hint: A string giving the conventional passphrase or the PGP keyring passphrase.
Type: string
Required: Yes
decryptFile    [top]
Hint: Decrypt a file
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
inFile
Hint: A string giving the filename (including full path) of the input file. UNC paths may be used.
Type: string
Required: Yes
outFile
Hint: A string giving the filename (including full path) of the output file. UNC paths may be used.
Type: string
Required: Yes
passPhrase
Hint: A string giving the conventional passphrase or the PGP keyring passphrase.
Type: string
Required: Yes
importKeyFromFile    [top]
Hint: Import a public key from a file
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
inFile
Hint: A string giving the filename (including full path) of the input file. UNC paths may be used.
Type: string
Required: Yes
userIDImportKeyFromKeyServer    [top]
Hint: Import a public key from a KeyServer via its userID
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
userID
Hint: A string giving the UserID (typically the email address) (e.g. 'grt@wow.net') of the PGP key.
Type: string
Required: Yes
keyServer
Hint: A string that indicates the keyserver to be used. One of [KEYSERVER_PGP_COM,EUROPE_KEYS_PGP_COM,SEARCH_KEYSERVER_NET,PGPKEYS_MIT_EDU].
Type: string
Required: Yes
importKeyFromString    [top]
Hint: Import a public key from a string
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
inString
Hint: A string with the input data to be processed.
Type: string
Required: Yes
deleteKey    [top]
Hint: Delete a key
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
keyID
Hint: A string giving the KeyID (e.g. '0x9DBCDE7D') of the PGP key to be used.
Type: string
Required: Yes
opaqueSignFile    [top]
Hint: Opaque sign a file
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
inFile
Hint: A string giving the filename (including full path) of the input file. UNC paths may be used.
Type: string
Required: Yes
outFile
Hint: A string giving the filename (including full path) of the output file. UNC paths may be used.
Type: string
Required: Yes
inFileType
Hint: A string that indicates whether the input file is text or binary.
Type: string
Required: Yes
outFileType
Hint: A string that indicates whether the input file is text or binary.
Type: string
Required: Yes
algorithm
Hint: A string that indicates the desired PGP hash algorithm. One of [MD5,SHA1,RIPEMD160].
Type: string
Required: Yes
signingKeyID
Hint: A string giving the KeyID (e.g. '0x9DBCDE7D') of the signing key.
Type: string
Required: Yes
passPhrase
Hint: A string giving the conventional passphrase or the PGP keyring passphrase.
Type: string
Required: Yes
exportKeyToFile    [top]
Hint: Export a public key to a file
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
outFile
Hint: A string giving the filename (including full path) of the output file. UNC paths may be used.
Type: string
Required: Yes
keyID
Hint: A string giving the KeyID (e.g. '0x9DBCDE7D') of the PGP key to be used.
Type: string
Required: Yes
revokeKey    [top]
Hint: Revoke a key pair
Access: public
Return Type: any
Output: false
Implemented In: pgp
Arguments:
keyID
Hint: A string giving the KeyID (e.g. '0x9DBCDE7D') of the PGP key to be used.
Type: string
Required: Yes
passPhrase
Hint: A string giving the conventional passphrase or the PGP keyring passphrase.
Type: string
Required: Yes
clearSignString    [top]
Hint: Clear sign a string
Access: public
Return Type: string
Output: false
Implemented In: pgp
Arguments:
inString
Hint: A string with the input data to be processed.
Type: string
Required: Yes
algorithm
Hint: A string that indicates the desired PGP hash algorithm. One of [MD5,SHA1,RIPEMD160].
Type: string
Required: Yes
signingKeyID
Hint: A string giving the KeyID (e.g. '0x9DBCDE7D') of the signing key.
Type: string
Required: Yes
passPhrase
Hint: A string giving the conventional passphrase or the PGP keyring passphrase.
Type: string
Required: Yes
This Document Created With CFCRemoteDocumenter by Nathan Dintenfass.
Unauthorized use of the content on this page is strictly prohibited.