PHP Defuse\Crypto Namespace

Nested Namespaces

Defuse\Crypto\Exception

Classes

Name Description
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::`.