Created
November 1, 2017 18:18
-
-
Save yakivmospan/b82d89eaa63e990568418da5af63cbc4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
companion object { | |
var TRANSFORMATION_ASYMMETRIC = "RSA/ECB/PKCS1Padding" | |
} | |
val cipher: Cipher = Cipher.getInstance(transformation) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment