Class CryptoUtils
- java.lang.Object
-
- br.com.juno.integration.api.utils.CryptoUtils
-
public final class CryptoUtils extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCryptoUtils.Crypto
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringencryptCreditCard(PublicKey publicKey, byte[] creditCardData)static byte[]encryptFile(PublicKey publicKey, String fileName, InputStream file)
-
-
-
Method Detail
-
encryptCreditCard
public static String encryptCreditCard(PublicKey publicKey, byte[] creditCardData)
-
encryptFile
public static byte[] encryptFile(PublicKey publicKey, String fileName, InputStream file)
-
-