public abstract class EncryptionConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EncryptionConfig.Scheme
The different methods of encryption
|
| Modifier | Constructor and Description |
|---|---|
protected |
EncryptionConfig() |
| Modifier and Type | Method and Description |
|---|---|
PrivateKey |
getDecryptionKey() |
Certificate |
getEncryptionCertificate() |
String |
getEncryptionKeyFingerprint() |
EncryptionConfig.Scheme |
getScheme() |
public PrivateKey getDecryptionKey()
public Certificate getEncryptionCertificate()
public String getEncryptionKeyFingerprint()
public EncryptionConfig.Scheme getScheme()
Copyright © 2021. All rights reserved.