PHP Class Horde_Crypt_Pgp_TestBase, horde

Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Test_Case
Exibir arquivo Open project: horde/horde

Public Methods

Method Description
pgpGetFingerprintsFromKeyProvider ( )
pgpPublicKeyMIMEPart ( )
testBug6601 ( )
testDecryptSignature ( )
testGetPublicKeyFromPrivateKey ( )
testGetSignersKeyID ( )
testPgpDecrypt ( ) decrypt() message
testPgpDecryptSymmetric ( )
testPgpEncrypt ( )
testPgpEncryptSymmetric ( )
testPgpEncryptedSymmetrically ( )
testPgpGetFingerprintsFromKey ( $expected, $key )
testPgpPacketInformation ( )
testPgpPacketSignature ( )
testPgpPacketSignatureByUidIndex ( )
testPgpPrettyKey ( )
testPgpSign ( )
testVerifyPassphrase ( )

Protected Methods

Method Description
_getFixture ( $file ) * Helper methods.
_getPrivateKey ( )
_getPublicKey ( )
_setUp ( ) * Returns the list of backends to test.
setUp ( )
tearDown ( )

Method Details

_getFixture() protected method

* Helper methods.
protected _getFixture ( $file )

_getPrivateKey() protected method

protected _getPrivateKey ( )

_getPublicKey() protected method

protected _getPublicKey ( )

_setUp() abstract protected method

* Returns the list of backends to test.
abstract protected _setUp ( )

pgpGetFingerprintsFromKeyProvider() public method

pgpPublicKeyMIMEPart() public method

setUp() protected method

protected setUp ( )

tearDown() protected method

protected tearDown ( )

testBug6601() public method

public testBug6601 ( )

testDecryptSignature() public method

testGetPublicKeyFromPrivateKey() public method

testGetSignersKeyID() public method

public testGetSignersKeyID ( )

testPgpDecrypt() public method

decrypt() message
public testPgpDecrypt ( )

testPgpDecryptSymmetric() public method

testPgpEncrypt() public method

public testPgpEncrypt ( )

testPgpEncryptSymmetric() public method

testPgpEncryptedSymmetrically() public method

testPgpGetFingerprintsFromKey() public method

public testPgpGetFingerprintsFromKey ( $expected, $key )

testPgpPacketInformation() public method

testPgpPacketSignature() public method

testPgpPacketSignatureByUidIndex() public method

testPgpPrettyKey() public method

public testPgpPrettyKey ( )

testPgpSign() public method

public testPgpSign ( )

testVerifyPassphrase() public method