Uses of Interface
lumis.portal.crypto.ICipher
-
Packages that use ICipher Package Description lumis.portal.crypto Provides the API for cryptographic related operations. -
-
Uses of ICipher in lumis.portal.crypto
Subinterfaces of ICipher in lumis.portal.crypto Modifier and Type Interface Description interface
ICipherSpi
Interface to be implemented by customized ciphers.Classes in lumis.portal.crypto that implement ICipher 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).Methods in lumis.portal.crypto that return ICipher Modifier and Type Method Description ICipher
CryptoManager. getOneWayCipher()
ICipher
ICryptoManager. getOneWayCipher()
Returns a one-way cipher.ICipher
CryptoManager. getReversibleCipher()
ICipher
ICryptoManager. getReversibleCipher()
Returns a cipher that is able to encrypt data, and decrypt it back.
-