11 lines
270 B
Java
11 lines
270 B
Java
|
package org.bouncycastle.jce.spec;
|
||
|
|
||
|
/* loaded from: classes6.dex */
|
||
|
public class RepeatedSecretKeySpec extends org.bouncycastle.jcajce.spec.RepeatedSecretKeySpec {
|
||
|
private String algorithm;
|
||
|
|
||
|
public RepeatedSecretKeySpec(String str) {
|
||
|
super(str);
|
||
|
}
|
||
|
}
|