mirror of
https://github.com/github/codeql.git
synced 2026-04-29 10:45:15 +02:00
Crypto: Formatting test cases, more removal of non-ascii
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
package com.example.crypto.algorithms;
|
||||
|
||||
//import org.bouncycastle.jce.provider.BouncyCastleProvider;
|
||||
import java.security.*;
|
||||
import java.util.Base64;
|
||||
import javax.crypto.Cipher;
|
||||
import javax.crypto.KeyGenerator;
|
||||
import javax.crypto.SecretKey;
|
||||
import javax.crypto.spec.GCMParameterSpec;
|
||||
import java.security.*;
|
||||
import java.util.Base64;
|
||||
|
||||
/**
|
||||
* This class demonstrates several encryption schemes along with SAST/CBOM
|
||||
|
||||
Reference in New Issue
Block a user