package org.bouncycastle.crypto.ec; import org.bouncycastle.crypto.CipherParameters; import org.bouncycastle.math.ec.ECPoint; /* loaded from: classes6.dex */ public interface ECEncryptor { ECPair encrypt(ECPoint eCPoint); void init(CipherParameters cipherParameters); }