public abstract class CipherProvider extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
CipherProvider.Decryptor  | 
static class  | 
CipherProvider.Encryptor  | 
| Constructor and Description | 
|---|
CipherProvider()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract CipherProvider.Decryptor.Builder<?> | 
newDecryptorBuilder()  | 
abstract CipherProvider.Encryptor.Builder<?> | 
newEncryptorBuilder()  | 
public abstract CipherProvider.Encryptor.Builder<?> newEncryptorBuilder()
public abstract CipherProvider.Decryptor.Builder<?> newDecryptorBuilder()
Copyright © 2009-2022 Apache Software Foundation. All Rights Reserved.