Class CryptoService


  • public class CryptoService
    extends Object
    Utility class for symmetric key encryption (i.e. same secret is used for encryption and decryption) of byte[] using javax.crypto package. To learn about possible algorithms supported and their names, See https://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html