Uses of Class
org.bouncycastle.crypto.internal.BlockCipherMode
-
Packages that use BlockCipherMode Package Description org.bouncycastle.crypto.internal -
-
Uses of BlockCipherMode in org.bouncycastle.crypto.internal
Methods in org.bouncycastle.crypto.internal that return BlockCipherMode Modifier and Type Method Description static BlockCipherMode
BlockCipherMode. getMode(Algorithm algorithm)
static BlockCipherMode
BlockCipherMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BlockCipherMode[]
BlockCipherMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-