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(Session session, String entityEncryptionKeyName, Boolean isExternal, String secretKey, String initializationVector) EntityEncryptionKeyFactory.create(String entityEncryptionKeyName, Boolean isExternal, String secretKey, String initializationVector) EntityEncryptionKeyFactory.getEntityFromCache(Session session, EntityEncryptionKeyPK pk) EntityEncryptionKeyFactory.getEntityFromPK(EntityPermission entityPermission, EntityEncryptionKeyPK pk) EntityEncryptionKeyFactory.getEntityFromPK(Session session, EntityPermission entityPermission, EntityEncryptionKeyPK pk) EntityEncryptionKeyFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityEncryptionKeyFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityEncryptionKeyFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityEncryptionKeyFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityEncryptionKeyFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) EntityEncryptionKeyFactory.getEntityFromValue(EntityPermission entityPermission, EntityEncryptionKeyValue value) EntityEncryptionKeyFactory.getEntityFromValue(Session session, 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.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<EntityEncryptionKeyPK> pks) EntityEncryptionKeyFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityEncryptionKeyFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityEncryptionKeyFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityEncryptionKeyFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityEncryptionKeyFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityEncryptionKeyModifier and TypeMethodDescriptionvoidEntityEncryptionKeyFactory.remove(Session session, EntityEncryptionKey entity) voidEntityEncryptionKeyFactory.store(Session session, EntityEncryptionKey entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityEncryptionKeyModifier and TypeMethodDescriptionvoidEntityEncryptionKeyFactory.store(Session session, Collection<EntityEncryptionKey> entities) voidEntityEncryptionKeyFactory.store(Collection<EntityEncryptionKey> entities)