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