Uses of Class
com.echothree.model.data.core.server.entity.EntityEncryptionKey
Packages that use EntityEncryptionKey
Package
Description
-
Uses of EntityEncryptionKey in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityEncryptionKeyModifier and TypeMethodDescriptionEncryptionKeyControl.createEntityEncryptionKey(String entityEncryptionKeyName, Boolean isExternal, String secretKey, String initializationVector) EncryptionKeyControl.getEntityEncryptionKeyByName(String entityEncryptionKeyName) EncryptionKeyControl.getEntityEncryptionKeyByNameForUpdate(String entityEncryptionKeyName) Methods in com.echothree.model.control.core.server.control that return types with arguments of type EntityEncryptionKey -
Uses of EntityEncryptionKey in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityEncryptionKeyModifier and TypeMethodDescriptionEntityEncryptionKeyFactory.create(String entityEncryptionKeyName, Boolean isExternal, String secretKey, String initializationVector) EntityEncryptionKeyFactory.getEntityFromCache(EntityEncryptionKeyPK pk) EntityEncryptionKeyFactory.getEntityFromPK(EntityPermission entityPermission, EntityEncryptionKeyPK pk) EntityEncryptionKeyFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityEncryptionKeyFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityEncryptionKeyFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityEncryptionKeyFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityEncryptionKeyFactory.getEntityFromValue(EntityPermission entityPermission, EntityEncryptionKeyValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityEncryptionKeyModifier and TypeMethodDescriptionEntityEncryptionKeyFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityEncryptionKeyPK> pks) EntityEncryptionKeyFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityEncryptionKeyFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityEncryptionKeyFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityEncryptionKeyFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityEncryptionKeyModifier and TypeMethodDescriptionvoidEntityEncryptionKeyFactory.remove(EntityEncryptionKey entity) voidEntityEncryptionKeyFactory.store(EntityEncryptionKey entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityEncryptionKeyModifier and TypeMethodDescriptionvoidEntityEncryptionKeyFactory.store(Collection<EntityEncryptionKey> entities)