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

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

package com.googlecode.gwt.crypto.client;

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

public class AESLightCipher extends AbstractStreamCipher {
	public AESLightCipher() {
		super(new AESLightEngine());
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy