public interface Crypto
| 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) |