The SHOW ENCRYPT ALGORITHM PLUGINS
syntax is used to query all the implementations of the interface org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm
.
showEncryptAlgorithmPlugins ::=
'SHOW' 'ENCRYPT' 'ALGORITHM' 'PLUGINS'
Columns | Description |
---|---|
type | type |
type_aliases | type aliases |
description | description |
org.apache.shardingsphere.encrypt.spi.EncryptAlgorithm
interfaceSHOW ENCRYPT ALGORITHM PLUGINS
SHOW ENCRYPT ALGORITHM PLUGINS;
+------+--------------+-------------+
| type | type_aliases | description |
+------+--------------+-------------+
| AES | | |
| MD5 | | |
+------+--------------+-------------+
2 rows in set (0.06 sec)
SHOW
, ENCRYPT
, ALGORITHM
, PLUGINS