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–2019 Apache Software Foundation. All rights reserved.