Package org.ujmp.core.collections.map
Class AESEncryptionMap
java.lang.Object
java.util.AbstractMap<K,V>
org.ujmp.core.collections.map.AbstractMap<String,byte[]>
org.ujmp.core.collections.map.AESEncryptionMap
- All Implemented Interfaces:
Serializable
,Map<String,
byte[]>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,
V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAESEncryptionMap
(Map<String, byte[]> map, byte[] key) AESEncryptionMap
(Map<String, byte[]> map, byte[] key, byte[] iv) AESEncryptionMap
(Map<String, byte[]> map, Key key) AESEncryptionMap
(Map<String, byte[]> map, Key key, byte[] iv) -
Method Summary
Methods inherited from class org.ujmp.core.collections.map.AbstractMap
beforeReadObject, beforeWriteObject, containsKey, containsValue, entrySet, get, getAsString, isEmpty, putAll, toString, values
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
map
-
aesKey
-
iv
private final byte[] iv
-
-
Constructor Details
-
AESEncryptionMap
-
AESEncryptionMap
-
AESEncryptionMap
-
AESEncryptionMap
-
-
Method Details
-
clear
public void clear() -
get
-
keySet
-
put
-
remove
-
size
public int size()
-