类的用途
java.security.spec.PKCS8EncodedKeySpec
使用 PKCS8EncodedKeySpec 的包
-
PKCS8EncodedKeySpec 在 javax.crypto 中的用法
javax.crypto 中返回 PKCS8EncodedKeySpec 的方法修饰符和类型方法描述EncryptedPrivateKeyInfo.getKeySpec(Key decryptKey) 从加密数据中提取封闭的 PKCS8EncodedKeySpec 对象并将其返回。EncryptedPrivateKeyInfo.getKeySpec(Key decryptKey, String providerName) 从加密数据中提取封闭的 PKCS8EncodedKeySpec 对象并将其返回。EncryptedPrivateKeyInfo.getKeySpec(Key decryptKey, Provider provider) 从加密数据中提取封闭的 PKCS8EncodedKeySpec 对象并将其返回。EncryptedPrivateKeyInfo.getKeySpec(Cipher cipher) 从加密数据中提取封闭的 PKCS8EncodedKeySpec 对象并将其返回。