11 lines
280 B
Java
11 lines
280 B
Java
|
package org.bouncycastle.crypto;
|
||
|
|
||
|
/* loaded from: classes6.dex */
|
||
|
public interface KeyEncapsulation {
|
||
|
CipherParameters decrypt(byte[] bArr, int i, int i2, int i3);
|
||
|
|
||
|
CipherParameters encrypt(byte[] bArr, int i, int i2);
|
||
|
|
||
|
void init(CipherParameters cipherParameters);
|
||
|
}
|