| Modifier and Type | Method and Description |
|---|---|
static KeyPairStore |
Encryptions.generateKeys() |
| Modifier and Type | Method and Description |
|---|---|
static String |
Encryptions.decrypt(String signature,
KeyPairStore store) |
static String |
Encryptions.encrypt(String plain,
KeyPairStore store) |
static String |
Encryptions.sign(String source,
KeyPairStore store) |
static String |
Encryptions.sign(String source,
KeyPairStore store,
String signAlg) |
static boolean |
Encryptions.verify(String signature,
String plain,
KeyPairStore store) |
Copyright © 2019. All rights reserved.