Uses of Class
java.security.KeyException
-
Packages that use KeyException 软件包 描述 java.security 提供安全框架的类和接口。javax.xml.crypto.dsig.keyinfo 用于解析和处理KeyInfo元素和结构的类。 -
-
Uses of KeyException in java.security
Subclasses of KeyException in java.security 变量和类型 类 描述 classInvalidKeyException这是无效密钥的例外(无效编码,错误长度,未初始化等)。classKeyManagementException这是处理密钥管理的所有操作的一般密钥管理例外。Methods in java.security that throw KeyException 变量和类型 方法 描述 voidCertificate. decode(InputStream stream)不推荐使用,要删除:此API元素将在以后的版本中删除。从输入流解码证书。voidCertificate. encode(OutputStream stream)不推荐使用,要删除:此API元素将在以后的版本中删除。将证书编码为可以通过decode方法解码的格式的输出流。voidSigner. setKeyPair(KeyPair pair)不推荐使用,要删除:此API元素将在以后的版本中删除。设置此签名者的密钥对(公钥和私钥)。 -
Uses of KeyException in javax.xml.crypto.dsig.keyinfo
Methods in javax.xml.crypto.dsig.keyinfo that throw KeyException 变量和类型 方法 描述 PublicKeyKeyValue. getPublicKey()返回此KeyValue。abstract KeyValueKeyInfoFactory. newKeyValue(PublicKey key)从指定的公钥创建KeyValue。
-