PHP 클래스 Neos\Flow\Tests\Unit\Security\Cryptography\RsaWalletServicePhpTest

상속: extends Neos\Flow\Tests\UnitTestCase
파일 보기 프로젝트 열기: neos/flow-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$keyPairUuid string
$rsaWalletService Neos\Flow\Security\Cryptography\RsaWalletServicePhp

공개 메소드들

메소드 설명
checkRSAEncryptedPasswordReturnsFalseForAnIncorrectPassword ( )
checkRSAEncryptedPasswordReturnsTrueForACorrectPassword ( )
decryptingWithAKeypairUUIDMarkedForPasswordUsageThrowsAnException ( )
encryptingAndDecryptingBasicallyWorks ( )
getFingerprintByPublicKeyCalculatesCorrectFingerprint ( )
registerPublicKeyFromStringUsesFingerprintAsUuid ( )
setUp ( ) : void Set up this testcase.
shutdownDoesNotSavesKeysToKeystoreFileIfKeysWereNotModified ( )
shutdownSavesKeysToKeystoreFileIfKeysWereModified ( )
signAndVerifySignatureBasicallyWorks ( )

메소드 상세

checkRSAEncryptedPasswordReturnsFalseForAnIncorrectPassword() 공개 메소드

checkRSAEncryptedPasswordReturnsTrueForACorrectPassword() 공개 메소드

decryptingWithAKeypairUUIDMarkedForPasswordUsageThrowsAnException() 공개 메소드

encryptingAndDecryptingBasicallyWorks() 공개 메소드

getFingerprintByPublicKeyCalculatesCorrectFingerprint() 공개 메소드

registerPublicKeyFromStringUsesFingerprintAsUuid() 공개 메소드

setUp() 공개 메소드

In this case this only marks the test to be skipped if openssl extension is not installed
public setUp ( ) : void
리턴 void

shutdownDoesNotSavesKeysToKeystoreFileIfKeysWereNotModified() 공개 메소드

shutdownSavesKeysToKeystoreFileIfKeysWereModified() 공개 메소드

signAndVerifySignatureBasicallyWorks() 공개 메소드

프로퍼티 상세

$keyPairUuid 보호되어 있는 프로퍼티

protected string $keyPairUuid
리턴 string

$rsaWalletService 보호되어 있는 프로퍼티

protected RsaWalletServicePhp,Neos\Flow\Security\Cryptography $rsaWalletService
리턴 Neos\Flow\Security\Cryptography\RsaWalletServicePhp