PHP Defuse\Crypto 네임스페이스

중첩된 네임스페이스

Defuse\Crypto\Exception

클래스들

이름 설명
Crypto
Encoding
File
KeyOrPassword
RuntimeTests /* We're using static class inheritance to get access to protected methods inside Crypto. To make it easy to know where the method we're calling can be found, within this file, prefix calls with `Crypto::` or `RuntimeTests::`, and don't use `self::`.