public class VirgilCards extends ArrayList<VirgilCard>
modCount| Constructor and Description |
|---|
VirgilCards() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
encrypt(byte[] data)
Encrypts the data.
|
byte[] |
encryptText(String text)
Encrypts the text.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic byte[] encryptText(String text)
text - The text to encrypt.EmptyArgumentException - if text is blank.public byte[] encrypt(byte[] data)
data - The data to encrypt.EmptyArgumentException - if there is no recipients.Copyright © 2016. All rights reserved.