\CryptoManana\Core\Interfaces\ContainersAsymmetricEncryptionInjectableInterface

Interface AsymmetricEncryptionInjectableInterface - Interface specification for injection via a setter method.

Summary

Methods
Constants
setAsymmetricCipher()
getAsymmetricCipher()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

getAsymmetricCipher()

getAsymmetricCipher() : \CryptoManana\Core\Abstractions\MessageEncryption\AbstractAsymmetricEncryptionAlgorithm|\CryptoManana\Core\Interfaces\MessageEncryption\DataEncryptionInterface|null

Getter for the message asymmetric encryption service.

Returns

\CryptoManana\Core\Abstractions\MessageEncryption\AbstractAsymmetricEncryptionAlgorithm|\CryptoManana\Core\Interfaces\MessageEncryption\DataEncryptionInterface|null —

The currently injected message encryption service or null.