| Class and Description |
|---|
| AbstractSymmetricCipherService
Base abstract class for supporting symmetric key cipher algorithms.
|
| CipherService
A
CipherService uses a cryptographic algorithm called a
Cipher to convert an original input source using a key to
an uninterpretable format. |
| DefaultBlockCipherService
Base abstract class for block cipher algorithms.
|
| JcaCipherService
Abstract
CipherService implementation utilizing Java's JCA APIs. |
| OperationMode
A cipher mode of operation
directs a cipher algorithm how to convert data during the encryption or decryption process.
|
| PaddingScheme
A
CipherPaddingScheme represents well-known
padding schemes supported by JPA providers in a
type-safe manner. |
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.