Uses of Interface
lumis.portal.crypto.ICipherSpi
-
Packages that use ICipherSpi Package Description lumis.portal.crypto Provides the API for cryptographic related operations. -
-
Uses of ICipherSpi in lumis.portal.crypto
Classes in lumis.portal.crypto that implement ICipherSpi Modifier and Type Class Description class
AbstractCipher
An abstractICipher
implementation for easing concrete implementations.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).
-