Uses of Class
lumis.portal.crypto.AbstractCipher
-
Packages that use AbstractCipher Package Description lumis.portal.crypto Provides the API for cryptographic related operations. -
-
Uses of AbstractCipher in lumis.portal.crypto
Subclasses of AbstractCipher in lumis.portal.crypto Modifier and Type Class Description class
MessageDigestCipher
Uses a MessageDigest algorithm to encrypt data.class
SymmetricCipher
Generic cipher implementation, based on symmetric ciphers available in the Java Cryptography Architecture (JCA).
-