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 描述 classInvalidKeyException这是无效键(无效编码,长度错误,未初始化等)的例外。classKeyManagementException这是处理密钥管理的所有操作的一般密钥管理例外。Methods in java.security that throw KeyException Modifier and Type 方法 描述 voidCertificate. decode(InputStream stream)已过时。从输入流解码证书。voidCertificate. encode(OutputStream stream)已过时。将证书编码为可以通过decode方法解码的格式的输出流。voidSigner. 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 方法 描述 PublicKeyKeyValue. getPublicKey()返回此KeyValue。abstract KeyValueKeyInfoFactory. newKeyValue(PublicKey key)从指定的公钥中创建一个KeyValue。
-