|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlockCipherWithPadding | |
---|---|
org.silverpeas.util.crypto | Provides the Silverpeas Cryptography API that is based on some security and cryptography tiers libraries (as well on the Java Cryptography API). |
Uses of BlockCipherWithPadding in org.silverpeas.util.crypto |
---|
Subclasses of BlockCipherWithPadding in org.silverpeas.util.crypto | |
---|---|
class |
AESCipher
The Advanced Encryption Standard (AES) is a specification for the encryption of electronic data established by the U.S. |
class |
CAST5Cipher
CAST-128 (alternatively CAST5) is a block cipher created in 1996 by Carlisle Adams and Stafford Tavares. |
Methods in org.silverpeas.util.crypto with parameters of type BlockCipherWithPadding | |
---|---|
static byte[][] |
BlockCipherWithPadding.extractEncryptionData(byte[] encryptedData,
BlockCipherWithPadding cipher)
A helper method to retrieve both the ciphertext and the IV (Initialization Vector) from the encrypted data that was produced by the specified block cipher instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |