Class GlueCipherTester
java.lang.Object
com.poscoict.glueframework.tester.GlueCipherTester
GlueCipher 클래스를 이용해 key file 생성/경로변경, encrypt/decrypt 수행
-
Constructor Details
-
GlueCipherTester
public GlueCipherTester()
-
-
Method Details
-
main
public static void main(String[] args) throws BadPaddingException, IllegalBlockSizeException, IOException, NoSuchPaddingException, NoSuchAlgorithmException, InvalidKeyException, InvalidAlgorithmParameterException -
start
public static void start() throws IOException, InvalidKeyException, BadPaddingException, NoSuchAlgorithmException, IllegalBlockSizeException, NoSuchPaddingException, InvalidAlgorithmParameterException -
displayEncrypt
public static void displayEncrypt() throws IOException, IllegalBlockSizeException, InvalidKeyException, BadPaddingException, NoSuchAlgorithmException, NoSuchPaddingException, InvalidAlgorithmParameterException -
displayDecrypt
public static void displayDecrypt() throws IllegalBlockSizeException, InvalidKeyException, BadPaddingException, NoSuchAlgorithmException, NoSuchPaddingException, IOException, InvalidAlgorithmParameterException -
displayMakeKey
public static void displayMakeKey() throws IOException, IllegalBlockSizeException, NoSuchPaddingException, BadPaddingException, NoSuchAlgorithmException, InvalidKeyException, InvalidAlgorithmParameterException -
displayMainMenu
- Throws:
IOException
-