Class RSACrypto
- java.lang.Object
-
- in.dragonbra.javasteam.util.crypto.RSACrypto
-
public class RSACrypto extends java.lang.ObjectHandles 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)
-