Interface and Description |
---|
org.bouncycastle.jcajce.provider.asymmetric.util.DSAEncoder
No longer used
|
org.bouncycastle.jce.interfaces.ElGamalPublicKey
just use DHPublicKey.
|
org.bouncycastle.crypto.KeyEncapsulation |
org.bouncycastle.jce.interfaces.MQVPrivateKey
use MQVParameterSpec for passing the ephemeral key.
|
org.bouncycastle.jce.interfaces.MQVPublicKey
use MQVParameterSpec for passing the ephemeral key.
|
org.bouncycastle.pqc.jcajce.interfaces.StateAwareSignature
it's better to avoid this and use extractKeyShard methods where possible.
|
org.bouncycastle.pqc.crypto.xmss.XMSSStoreableObjectInterface
use Encodable
|