Class and Description |
---|
org.bouncycastle.crypto.engines.AESFastEngine
unfortunately this class is has a few side channel issues. In an environment where encryption/decryption may be closely observed it should not be used.
|
org.bouncycastle.crypto.util.Pack
use org.bouncycastle.util.pack
|
org.bouncycastle.crypto.modes.PaddedBlockCipher
use org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher instead.
|
Field and Description |
---|
org.bouncycastle.crypto.tls.ExtensionType.elliptic_curves
Use
ExtensionType.supported_groups instead |
org.bouncycastle.crypto.encodings.PKCS1Encoding.STRICT_LENGTH_ENABLED_PROPERTY
use NOT_STRICT_LENGTH_ENABLED_PROPERTY
|