Package | Description |
---|---|
lumis.portal.crypto |
Provides the API for cryptographic related operations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICipherSpi
Interface to be implemented by customized ciphers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCipher
An abstract
ICipher 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).
|
Modifier and Type | Method and 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.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.