| Modifier and Type | Field and Description |
|---|---|
static CryptoTrace |
trace |
| Constructor and Description |
|---|
CryptoBridge(CryptoSource cryptoSource) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] encryptedBytes) |
byte[] |
encrypt(byte[] bytes) |
java.security.SecureRandom |
rnd() |
byte[] |
sign(byte[] bytes) |
boolean |
verifySignature(byte[] bytes,
byte[] signature) |
public static CryptoTrace trace
public CryptoBridge(CryptoSource cryptoSource)
public boolean verifySignature(byte[] bytes,
byte[] signature)
verifySignature in interface Crypto