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 Modifier and Type Class 描述 class
InvalidKeyException
这是无效键(无效编码,长度错误,未初始化等)的例外。class
KeyManagementException
这是处理密钥管理的所有操作的一般密钥管理例外。Methods in java.security that throw KeyException Modifier and Type 方法 描述 void
Certificate. decode(InputStream stream)
已过时。从输入流解码证书。void
Certificate. encode(OutputStream stream)
已过时。将证书编码为可以通过decode
方法解码的格式的输出流。void
Signer. setKeyPair(KeyPair pair)
已过时。设置此签名者的密钥对(公钥和私钥)。 -
Uses of KeyException in javax.xml.crypto.dsig.keyinfo
Methods in javax.xml.crypto.dsig.keyinfo that throw KeyException Modifier and Type 方法 描述 PublicKey
KeyValue. getPublicKey()
返回此KeyValue
。abstract KeyValue
KeyInfoFactory. newKeyValue(PublicKey key)
从指定的公钥中创建一个KeyValue
。
-