Package org.xwiki.crypto.params.cipher.symmetric
-
Interface Summary Interface Description SymmetricCipherParameters Marker interface for symmetric cipher parameters. -
Class Summary Class Description KeyParameter Cipher parameters for cipher requiring a key and an initialization vector.KeyWithIVParameters Symmetric cipher parameters for cipher requiring a key and an initialization vector.RC2KeyParameters Derived version of key parameters to specify effective key bits of RC2.RC5KeyParameters Derived version of key parameters to specify rounds of RC5.