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

org.opentelecoms.gsm0348.impl.crypto.mac.DESEDEMACISO9797M1 Maven / Gradle / Ivy

There is a newer version: 1.3.3
Show newest version
package org.opentelecoms.gsm0348.impl.crypto.mac;


public class DESEDEMACISO9797M1 extends AbstractCipherMac
{
	
	public DESEDEMACISO9797M1()
	{
		super("DESEDE/CBC/ZeroBytePadding","DESEDE",8);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy