34 lines
852 B
Java
34 lines
852 B
Java
|
package o;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import java.security.spec.AlgorithmParameterSpec;
|
||
|
import javax.crypto.Cipher;
|
||
|
import javax.crypto.spec.GCMParameterSpec;
|
||
|
|
||
|
/* loaded from: classes3.dex */
|
||
|
public final class utK extends C7395cnV {
|
||
|
@Override // o.C7395cnV
|
||
|
protected final int e() {
|
||
|
return 12;
|
||
|
}
|
||
|
|
||
|
public utK(Context context, zVr zvr) throws Exception {
|
||
|
super(context, zvr);
|
||
|
}
|
||
|
|
||
|
@Override // o.C7395cnV
|
||
|
protected final Cipher a() throws Exception {
|
||
|
return Cipher.getInstance("AES/GCM/NoPadding");
|
||
|
}
|
||
|
|
||
|
@Override // o.C7395cnV
|
||
|
protected final AlgorithmParameterSpec d(byte[] bArr) {
|
||
|
return new GCMParameterSpec(128, bArr);
|
||
|
}
|
||
|
|
||
|
@Override // o.C7395cnV
|
||
|
protected final String d() {
|
||
|
return "VGhpcyBpcyB0aGUga2V5IGZvcihBIHNlY3XyZZBzdG9yYWdlIEFFUyBLZXkK";
|
||
|
}
|
||
|
}
|