クラス
java.security.spec.PKCS8EncodedKeySpecの使用
| パッケージ | 説明 | 
|---|---|
| javax.crypto | 暗号化操作のクラスとインタフェースを提供します。 | 
- 
javax.cryptoでのPKCS8EncodedKeySpecの使用PKCS8EncodedKeySpecを返すjavax.cryptoのメソッド 修飾子と型 メソッド 説明 PKCS8EncodedKeySpecEncryptedPrivateKeyInfo. getKeySpec(Key decryptKey)暗号化されたデータから内包されているPKCS8EncodedKeySpecオブジェクトを抽出して返します。PKCS8EncodedKeySpecEncryptedPrivateKeyInfo. getKeySpec(Key decryptKey, String providerName)暗号化されたデータから内包されているPKCS8EncodedKeySpecオブジェクトを抽出して返します。PKCS8EncodedKeySpecEncryptedPrivateKeyInfo. getKeySpec(Key decryptKey, Provider provider)暗号化されたデータから内包されているPKCS8EncodedKeySpecオブジェクトを抽出して返します。PKCS8EncodedKeySpecEncryptedPrivateKeyInfo. getKeySpec(Cipher cipher)暗号化されたデータから内包されているPKCS8EncodedKeySpecオブジェクトを抽出して返します。