Jose\JWTCreator::getSupportedContentEncryptionAlgorithms PHP 메소드

getSupportedContentEncryptionAlgorithms() 공개 메소드

    public function getSupportedContentEncryptionAlgorithms()
    {
        return false === $this->isEncryptionSupportEnabled() ? [] : $this->encrypter->getSupportedContentEncryptionAlgorithms();
    }