Encryption and SSL Index¶
This index lists all Encryption/Decryption and SSL Certificate/Private-key related objects and methods.
Index (signatures)¶
qie methods¶
qie.aesDecryptBytes(inputBytes, key)qie.aesEncryptBytes(inputBytes, key)qie.generateJwkKeyfile(sslKeyName, use, algorithm, keyId)qie.getPrivateKey(name)qie.getPrivateKeyNames()qie.getPublicCert(name)qie.getPublicCertificateNames()qie.pgpDecryptBytesWithVerify(inputBytes, privateKey, privateKeyPassphrase, publicKey)qie.pgpDecryptBytesWithoutVerify(inputBytes, privateKey, privateKeyPassphrase)qie.pgpDecryptFileWithVerify(inputFile, outputFile, privateKey, privateKeyPassphrase, publicKey)qie.pgpDecryptFileWithoutVerify(inputFile, outputFile, privateKey, privateKeyPassphrase)qie.pgpEncryptBytesNoSig(inputBytes, publicKey, asciiArmored*, integrityCheck*)qie.pgpEncryptFileNoSig(inputFile, outputFile, publicKey, asciiArmored*, integrityCheck*)qie.pgpSignEncryptBytes(inputBytes, publicKey, privateKey, privateKeyPassphrase, asciiArmored*, integrityCheck*)qie.pgpSignEncryptFile(inputFile, outputFile, publicKey, privateKey, privateKeyPassphrase, asciiArmored*, integrityCheck*)