All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.gwt.crypto.client.AESCipher Maven / Gradle / Ivy

package com.googlecode.gwt.crypto.client;

import com.googlecode.gwt.crypto.bouncycastle.engines.AESEngine;

public class AESCipher extends AbstractStreamCipher {
	public AESCipher() {
		super(new AESEngine());
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy