Class RSACrypto


  • public class RSACrypto
    extends java.lang.Object
    Handles encrypting and decrypting using the RSA public key encryption algorithm.
    • Constructor Summary

      Constructors 
      Constructor Description
      RSACrypto​(byte[] key)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      byte[] encrypt​(byte[] input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RSACrypto

        public RSACrypto​(byte[] key)
    • Method Detail

      • encrypt

        public byte[] encrypt​(byte[] input)