クラスjavax.crypto.EncryptedPrivateKeyInfo
の使用
EncryptedPrivateKeyInfoを使用するパッケージ
-
javax.cryptoでのEncryptedPrivateKeyInfoの使用
修飾子と型メソッド説明static EncryptedPrivateKeyInfoEncryptedPrivateKeyInfo.encryptKey(PrivateKey key, char[] password) Preview.指定されたPrivateKeyおよびパスワードからEncryptedPrivateKeyInfoを作成および暗号化します。static EncryptedPrivateKeyInfoEncryptedPrivateKeyInfo.encryptKey(PrivateKey key, char[] password, String algorithm, AlgorithmParameterSpec params, Provider provider) Preview.指定されたPrivateKeyからEncryptedPrivateKeyInfoを作成および暗号化します。static EncryptedPrivateKeyInfoEncryptedPrivateKeyInfo.encryptKey(PrivateKey key, Key encKey, String algorithm, AlgorithmParameterSpec params, Provider provider, SecureRandom random) Preview.encKeyおよび指定されたパラメータを使用して、指定されたPrivateKeyからEncryptedPrivateKeyInfoを作成および暗号化します。