【函数】 | JsonObjectArray getProviders() |
【说明】 | 读取所有安全服务的信息。 |
【返回】 | Json对象数组,使用eval('('+json+')')转换为JavaScript对象数组。 |
【参数】 | 无 |
【示例】 |
alert(rexseeSecurity.getProviders());
运行示例
|
【函数】 | String getAlgorithms(String type) |
【说明】 | 读取指定类型支持的所有算法。 |
【返回】 | Json数组,使用eval('('+json+')')转换为JavaScript数组。 |
【参数】 | type:类型名称,例如"MessageDigest"、"Signature"或"Cipher"等。 |
【示例】 | KeyFactory SecretKeyFactory KeyGenerator KeyPairGenerator SecureRandom Signature Cipher |