Skip to content

Instantly share code, notes, and snippets.

@yakivmospan
Created November 1, 2017 18:18
Show Gist options
  • Save yakivmospan/b82d89eaa63e990568418da5af63cbc4 to your computer and use it in GitHub Desktop.
Save yakivmospan/b82d89eaa63e990568418da5af63cbc4 to your computer and use it in GitHub Desktop.
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