EncryptionUtility クラス
- java.
lang. Object - system.
fabric. EncryptionUtility
- system.
public class EncryptionUtility
暗号化と暗号化解除の操作を実行するユーティリティ クラス。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
char [] |
decryptText(String textToDecrypt)
暗号化されたテキストの暗号化を解除しました。 certificate(.pem) ファイルは/var/lib/sfcerts フォルダーに存在する必要があります。 |
String |
encryptText(char []textToEncrypt, String certPath)
指定された証明書ファイルでテキストを暗号化します。 |
String |
encryptText(char []textToEncrypt, String certPath, String algorithmOid)
指定された証明書ファイルでテキストを暗号化します。 |
String |
encryptText(String textToEncrypt, String certPath)
指定された証明書ファイルでテキストを暗号化します。 |
String |
encryptText(String textToEncrypt, String certPath, String algorithmOid)
指定された証明書ファイルでテキストを暗号化します。 |
メソッドの詳細
decryptText
public static char [] decryptText(String textToDecrypt)
暗号化されたテキストの暗号化を解除しました。 certificate(.pem) ファイルは/var/lib/sfcerts フォルダーに存在する必要があります。
パラメーター:
戻り値:
encryptText
public static String encryptText(char []textToEncrypt, String certPath)
指定された証明書ファイルでテキストを暗号化します。
パラメーター:
戻り値:
encryptText
public static String encryptText(char []textToEncrypt, String certPath, String algorithmOid)
指定された証明書ファイルでテキストを暗号化します。
パラメーター:
戻り値:
encryptText
public static String encryptText(String textToEncrypt, String certPath)
指定された証明書ファイルでテキストを暗号化します。
パラメーター:
戻り値:
encryptText
public static String encryptText(String textToEncrypt, String certPath, String algorithmOid)
指定された証明書ファイルでテキストを暗号化します。
パラメーター:
戻り値:
適用対象
Azure SDK for Java