|
|||||||||
类 javax.crypto.NoSuchPaddingException
的使用
使用 NoSuchPaddingException 的软件包 | |
---|---|
javax.crypto | 为 cryptographic(加密)操作提供类和接口。 |
javax.crypto 中 NoSuchPaddingException 的使用 |
---|
抛出 NoSuchPaddingException 的 javax.crypto 中的方法 | |
---|---|
protected abstract void |
CipherSpi.engineSetPadding(String padding) 设置此 cipher 的填充机制。 |
static Cipher |
Cipher.getInstance(String transformation) 生成一个实现指定转换的 Cipher 对象。 |
static Cipher |
Cipher.getInstance(String transformation, Provider provider) 创建一个实现指定转换的 Cipher 对象,该转换由指定的提供程序提供。 |
static Cipher |
Cipher.getInstance(String transformation, String provider) 创建一个实现指定转换的 Cipher 对象,该转换由指定的提供程序提供。 |
所有类
|
|||||||||